Mark as broken with gcc4.2.

This commit is contained in:
Mark Linimon 2007-09-30 09:17:28 +00:00
parent 7b3e6b173c
commit f0fab6232d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200440

View file

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