From b428c03fad61ad844e768ef1cab2a2ba3c155e72 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Fri, 21 Oct 2005 14:41:49 +0000 Subject: An attempt to fix build on 64 bit arches. Suggested by: Vladimir Kushnir , "Andrew P." --- audio/bmp-wma/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/bmp-wma') 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 -- cgit v1.2.3