aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-02 17:38:11 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-02 17:38:11 +0800
commit70cd3cd9f3cb31f93bed17d4f120b2629320e25d (patch)
tree86767b8b9d43fb8eaacc4d5b60481eea4904d322 /games
parent346b8cf1bf68fda2ae6527c229212a7b8240d9e9 (diff)
downloadfreebsd-ports-gnome-70cd3cd9f3cb31f93bed17d4f120b2629320e25d.tar.gz
freebsd-ports-gnome-70cd3cd9f3cb31f93bed17d4f120b2629320e25d.tar.zst
freebsd-ports-gnome-70cd3cd9f3cb31f93bed17d4f120b2629320e25d.zip
Mark broken on gcc4.2.
Diffstat (limited to 'games')
-rw-r--r--games/znibbles/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/znibbles/Makefile b/games/znibbles/Makefile
index 85c70c9fe69b..f62cec3deac9 100644
--- a/games/znibbles/Makefile
+++ b/games/znibbles/Makefile
@@ -22,4 +22,10 @@ CONFIGURE_ARGS= --without-motif \
MAN6= nibbles.6 znibbles.6 gznibbles.6 znibblesX.6
-.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>