aboutsummaryrefslogtreecommitdiffstats
path: root/games/blobwars
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-02 18:46:22 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-02 18:46:22 +0800
commit77552a656d1f39cfdf14423d801c57520613da65 (patch)
tree589ba538a17a03b5959652eed22e104085b5dff4 /games/blobwars
parente36a2816644a09b6fee532d05c148e68ec37bba7 (diff)
downloadfreebsd-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/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>