summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-10-21 14:41:49 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-10-21 14:41:49 +0000
commitb428c03fad61ad844e768ef1cab2a2ba3c155e72 (patch)
treec3a9c69cc53f90863bce1ab4af03309a4cdbcef9 /audio
parentUpdate to 1.38. [1] (diff)
An attempt to fix build on 64 bit arches.
Suggested by: Vladimir Kushnir <vkushnir@i.kiev.ua>, "Andrew P." <infofarmer@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r--audio/bmp-wma/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/bmp-wma/Makefile b/audio/bmp-wma/Makefile
index 1351b2532d73..8e9a90fa13d8 100644
--- a/audio/bmp-wma/Makefile
+++ b/audio/bmp-wma/Makefile
@@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --enable-x86
.endif
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-BROKEN= "Does not build on amd64 or ia64 (tries to link static library against shared)"
+CFLAGS+= -fpic -DPIC
.endif
.include <bsd.port.post.mk>