diff options
-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> |