Mark as broken on gcc4.2.

This commit is contained in:
Mark Linimon 2007-10-02 09:10:48 +00:00
parent c05e24ab65
commit f6f8204621
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200623

View file

@ -48,4 +48,10 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
.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>