diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-02 18:46:22 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-02 18:46:22 +0800 |
commit | 77552a656d1f39cfdf14423d801c57520613da65 (patch) | |
tree | 589ba538a17a03b5959652eed22e104085b5dff4 /games/battleball | |
parent | e36a2816644a09b6fee532d05c148e68ec37bba7 (diff) | |
download | freebsd-ports-gnome-77552a656d1f39cfdf14423d801c57520613da65.tar.gz freebsd-ports-gnome-77552a656d1f39cfdf14423d801c57520613da65.tar.zst freebsd-ports-gnome-77552a656d1f39cfdf14423d801c57520613da65.zip |
Mark as broken with gcc4.2.
Diffstat (limited to 'games/battleball')
-rw-r--r-- | games/battleball/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/battleball/Makefile b/games/battleball/Makefile index e6eaa488793e..a7c5c1429820 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -32,6 +32,10 @@ PORTDOCS= CHANGELOG README .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if ${ARCH} == "ia64" || ${ARCH} == "sparc64" BROKEN= "Does not compile on ia64 or sparc64" .endif |