diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-07-18 17:59:33 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-07-18 17:59:33 +0000 |
commit | 431761edc01057512c486e63766fe5a6bb379ffa (patch) | |
tree | 592dd4996287bc7d48f3c409bcc8b5aa25151090 /multimedia | |
parent | 7490259d0c3da385456169f53609ab5c2373e59c (diff) | |
download | ports-431761edc01057512c486e63766fe5a6bb379ffa.tar.gz ports-431761edc01057512c486e63766fe5a6bb379ffa.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index 794cadfa056d..4b36dc26d12d 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -92,7 +92,7 @@ post-extract: .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" -BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)" +CFLAGS+= -fPIC -DPIC .endif post-patch: |