diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 05:06:33 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 05:06:33 +0000 |
commit | eb1792a3bc83437623af6f12520f7480d5b48111 (patch) | |
tree | 6799225d839274f2ea5d45b5accf3a8f5d66c185 /graphics/py-visual | |
parent | fecb2d6f3c88a937acdded683d139cedaeede55a (diff) |
Notes
Diffstat (limited to 'graphics/py-visual')
-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 " |