diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-02 13:06:33 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-02 13:06:33 +0800 |
commit | 1fcfb9bcbeed8721adfeaa7131a3f1b88fae8a4c (patch) | |
tree | 8f75f83fd21e3d715b073b71652fc13a05446551 /graphics | |
parent | e826f29311280ea5723a90aeabcade81fea0a239 (diff) | |
download | freebsd-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/Makefile | 6 |
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 " |