aboutsummaryrefslogtreecommitdiff
path: root/games/blobwars
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 10:46:22 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 10:46:22 +0000
commit1676fdea55e597e1bee5ea383f4c6596cfe08974 (patch)
tree074e3f4fdde946d0841f8000c38c4601b40620d6 /games/blobwars
parent4c7d3f760071dcb0ac1a7b478a79f740cef915be (diff)
downloadports-1676fdea55e597e1bee5ea383f4c6596cfe08974.tar.gz
ports-1676fdea55e597e1bee5ea383f4c6596cfe08974.zip
Mark as broken with gcc4.2.
Notes
Notes: svn path=/head/; revision=200648
Diffstat (limited to 'games/blobwars')
-rw-r--r--games/blobwars/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/blobwars/Makefile b/games/blobwars/Makefile
index ce8429f2932c..5b55864a6091 100644
--- a/games/blobwars/Makefile
+++ b/games/blobwars/Makefile
@@ -36,4 +36,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>