aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-02 18:07:48 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-02 18:07:48 +0800
commit5b77726bd8ebde3c6e739f3184a09f9c02f26bc6 (patch)
tree0caa157844265b1e456bd51dc8314d0edd1a2f4d /games
parentd9a48d53b5e35041b044d135162a67b74b166bb2 (diff)
downloadfreebsd-ports-gnome-5b77726bd8ebde3c6e739f3184a09f9c02f26bc6.tar.gz
freebsd-ports-gnome-5b77726bd8ebde3c6e739f3184a09f9c02f26bc6.tar.zst
freebsd-ports-gnome-5b77726bd8ebde3c6e739f3184a09f9c02f26bc6.zip
Mark as broken with gcc4.2.
Diffstat (limited to 'games')
-rw-r--r--games/mangband/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/mangband/Makefile b/games/mangband/Makefile
index ffa64f38c0f7..7f8edbd50de7 100644
--- a/games/mangband/Makefile
+++ b/games/mangband/Makefile
@@ -36,4 +36,10 @@ do-install:
${CHOWN} -R root:games ${MALIB}/*
${CHOWN} ${SHAREOWN}:${SHAREGRP} ${MALIB}
-.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>