1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Mark as broken with gcc4.2.

This commit is contained in:
Mark Linimon 2007-10-02 10:07:48 +00:00
parent 8317eb7d8b
commit 34ca79247e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200639

View File

@ -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>