aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-06-19 17:26:43 +0800
committerkris <kris@FreeBSD.org>2004-06-19 17:26:43 +0800
commit2a58b5f38c769e8bd9a545d534b21c4e770485fd (patch)
treefde4e34af90a96cb47edea22689b78cac0212404 /multimedia
parenteed374d998f42ec5c3985ab017b9a8348ed83f1e (diff)
downloadfreebsd-ports-gnome-2a58b5f38c769e8bd9a545d534b21c4e770485fd.tar.gz
freebsd-ports-gnome-2a58b5f38c769e8bd9a545d534b21c4e770485fd.tar.zst
freebsd-ports-gnome-2a58b5f38c769e8bd9a545d534b21c4e770485fd.zip
BROKEN on amd64: Shared libraries must be compiled with -fPIC
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpeg4ip/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile
index 839bb7bc88c9..133e1a6aa251 100644
--- a/multimedia/mpeg4ip/Makefile
+++ b/multimedia/mpeg4ip/Makefile
@@ -91,6 +91,10 @@ post-extract:
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= "Does not build on amd64 (shared libraries must be compiled with -fPIC)"
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -type f -name "*.[ch]" -or -name "*.cpp" | ${XARGS} -n 10 \
${REINPLACE_CMD} -e \