diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 22:19:14 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-29 22:19:14 +0800 |
commit | 297c7667978801ca97ca644f7018ca9aaed88012 (patch) | |
tree | af0f116a36458f258b8605732afd3f81715b00f1 | |
parent | fa9fdae46b512c3441d40acffb059f6d632f3d85 (diff) | |
download | freebsd-ports-gnome-297c7667978801ca97ca644f7018ca9aaed88012.tar.gz freebsd-ports-gnome-297c7667978801ca97ca644f7018ca9aaed88012.tar.zst freebsd-ports-gnome-297c7667978801ca97ca644f7018ca9aaed88012.zip |
Mark broken with gcc4.2.
-rw-r--r-- | x11-toolkits/fox12/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/fox12/Makefile b/x11-toolkits/fox12/Makefile index 55a1f967c770..b12e9587c43d 100644 --- a/x11-toolkits/fox12/Makefile +++ b/x11-toolkits/fox12/Makefile @@ -52,6 +52,10 @@ OPTIONS= XFT "Enable Xft support" on \ .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + ## ## Additional Options ## |