diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-02 18:07:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-02 18:07:48 +0800 |
commit | 5b77726bd8ebde3c6e739f3184a09f9c02f26bc6 (patch) | |
tree | 0caa157844265b1e456bd51dc8314d0edd1a2f4d /games | |
parent | d9a48d53b5e35041b044d135162a67b74b166bb2 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |