1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Mark as broken with gcc4.2.

This commit is contained in:
Mark Linimon 2007-09-29 15:18:21 +00:00
parent d0a74a8cb3
commit e26c3661c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200357

View File

@ -43,4 +43,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>