diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-10-21 14:41:49 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-10-21 14:41:49 +0000 |
commit | b428c03fad61ad844e768ef1cab2a2ba3c155e72 (patch) | |
tree | c3a9c69cc53f90863bce1ab4af03309a4cdbcef9 /audio/bmp-wma | |
parent | 5a94e6f40606ea011afb75662e2df28fe722ae58 (diff) | |
download | ports-b428c03fad61ad844e768ef1cab2a2ba3c155e72.tar.gz ports-b428c03fad61ad844e768ef1cab2a2ba3c155e72.zip |
Notes
Diffstat (limited to 'audio/bmp-wma')
-rw-r--r-- | audio/bmp-wma/Makefile | 2 |
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> |