diff options
author | lioux <lioux@FreeBSD.org> | 2004-07-19 01:59:33 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-07-19 01:59:33 +0800 |
commit | f01c4a8526a03d76297898789b0699ac24dded02 (patch) | |
tree | 1edfbf58a40323156087b342eacd810310c7dc07 /multimedia/mpeg4ip | |
parent | 3f50d2848482c07234ec1d71db889f32acc85094 (diff) | |
download | freebsd-ports-gnome-f01c4a8526a03d76297898789b0699ac24dded02.tar.gz freebsd-ports-gnome-f01c4a8526a03d76297898789b0699ac24dded02.tar.zst freebsd-ports-gnome-f01c4a8526a03d76297898789b0699ac24dded02.zip |
Fix build on AMD64
PR: 69043
Submitted by: Conrad J. Sabatier <conrads@cox.net>
Diffstat (limited to 'multimedia/mpeg4ip')
-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: |