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

Mark broken with gcc4.2.

This commit is contained in:
Mark Linimon 2007-09-30 09:49:40 +00:00
parent db2f4bc1cf
commit ded7bc4607
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200448

View File

@ -23,4 +23,10 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/html/*.html ${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>