aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-11-30 23:44:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-11-30 23:44:49 +0000
commitecb3f826b831d3d26631cd34979da58f5a90e559 (patch)
tree3612ce4f7dc09915fb1437fb10c625664fadec20 /multimedia
parente15aa559a592030a3820958107b380b5d845f26b (diff)
downloadports-ecb3f826b831d3d26631cd34979da58f5a90e559.tar.gz
ports-ecb3f826b831d3d26631cd34979da58f5a90e559.zip
BROKEN on amd64: Does not compile
Notes
Notes: svn path=/head/; revision=178406
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/vlc-devel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index cab81aeccfb8..b5385746d84d 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -110,6 +110,10 @@ CPPFLAGS+= -I${X11BASE}/include/wx-2.6/
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= Does not compile on ${ARCH}
+.endif
+
.if ${PERL_LEVEL} < 500800
BROKEN= Does not compile with perl ${PERL_VERSION}
.endif