aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-19 21:44:13 +0800
committerkris <kris@FreeBSD.org>2004-03-19 21:44:13 +0800
commitaef07abd75f3c17b4cd7953079be19764202b4dd (patch)
tree98a0e9d5d797adbe2b760508bbd3c2401d4155f1 /multimedia
parent9945f86132d2ce47dd79bcc47b04a2c9e8691db3 (diff)
downloadfreebsd-ports-gnome-aef07abd75f3c17b4cd7953079be19764202b4dd.tar.gz
freebsd-ports-gnome-aef07abd75f3c17b4cd7953079be19764202b4dd.tar.zst
freebsd-ports-gnome-aef07abd75f3c17b4cd7953079be19764202b4dd.zip
BROKEN on ia64: Fails to link
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/recmpeg/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/recmpeg/Makefile b/multimedia/recmpeg/Makefile
index 66c5aa9949be..64ccbdae049f 100644
--- a/multimedia/recmpeg/Makefile
+++ b/multimedia/recmpeg/Makefile
@@ -28,4 +28,10 @@ PLIST_FILES= bin/recmpeg
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64"
+BROKEN= "Fails to link on ia64"
+.endif
+
+.include <bsd.port.post.mk>