Mark as broken with gcc4.2.

This commit is contained in:
Mark Linimon 2007-10-04 19:35:41 +00:00
parent 1fbbb7e5ad
commit 2a9e0966f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200841

View file

@ -63,4 +63,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/eng/* ${DOCSDIR}
.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>