diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 10:46:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 10:46:22 +0000 |
commit | 1676fdea55e597e1bee5ea383f4c6596cfe08974 (patch) | |
tree | 074e3f4fdde946d0841f8000c38c4601b40620d6 /games/battleball | |
parent | 4c7d3f760071dcb0ac1a7b478a79f740cef915be (diff) | |
download | ports-1676fdea55e597e1bee5ea383f4c6596cfe08974.tar.gz ports-1676fdea55e597e1bee5ea383f4c6596cfe08974.zip |
Notes
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 |