1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Mark as broken with gcc4.2.

This commit is contained in:
Mark Linimon 2007-10-02 07:44:43 +00:00
parent c1492ad01d
commit f260e1805b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200605

View File

@ -44,4 +44,10 @@ post-install:
.endfor
.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>