aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-02 13:06:33 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-02 13:06:33 +0800
commit1fcfb9bcbeed8721adfeaa7131a3f1b88fae8a4c (patch)
tree8f75f83fd21e3d715b073b71652fc13a05446551 /graphics
parente826f29311280ea5723a90aeabcade81fea0a239 (diff)
downloadfreebsd-ports-gnome-1fcfb9bcbeed8721adfeaa7131a3f1b88fae8a4c.tar.gz
freebsd-ports-gnome-1fcfb9bcbeed8721adfeaa7131a3f1b88fae8a4c.tar.zst
freebsd-ports-gnome-1fcfb9bcbeed8721adfeaa7131a3f1b88fae8a4c.zip
Mark as broken with gcc4.2 on 64-bit arches.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-visual/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/py-visual/Makefile b/graphics/py-visual/Makefile
index 7205da4861f1..561d3844a810 100644
--- a/graphics/py-visual/Makefile
+++ b/graphics/py-visual/Makefile
@@ -45,6 +45,12 @@ VPYTHON_SCRIPT= bin/vpython.in
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile with GCC 4.2
+.endif
+.endif
+
.if !defined(WITH_EXAMPLES)
CONFIGURE_ARGS+= --disable-examples
PLIST_SUB+= PORTEXAMPLES="@comment "