diff options
author | novel <novel@FreeBSD.org> | 2005-10-21 22:41:49 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-10-21 22:41:49 +0800 |
commit | 358eda163a08f1c76d1e19f1c6cf6ea6dc8098e3 (patch) | |
tree | ce41b82551e79bb1f56c3802381c53663bce3c1e /audio/bmp-wma | |
parent | fa97fbe39b29888ee7217d819c7b1a6a91eb10fa (diff) | |
download | freebsd-ports-gnome-358eda163a08f1c76d1e19f1c6cf6ea6dc8098e3.tar.gz freebsd-ports-gnome-358eda163a08f1c76d1e19f1c6cf6ea6dc8098e3.tar.zst freebsd-ports-gnome-358eda163a08f1c76d1e19f1c6cf6ea6dc8098e3.zip |
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/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> |