diff options
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> |