1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Mark broken with gcc4.2.

This commit is contained in:
Mark Linimon 2007-09-30 09:35:55 +00:00
parent d3053d9ed8
commit 97c144febd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200445

View File

@ -31,4 +31,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/Documentation/mod_ntlm.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>