- Mark BROKEN with GCC 4.2

Reported by:	pointyhat
Approved by:	portmgr (hat)
This commit is contained in:
Pav Lucistnik 2007-11-12 23:31:29 +00:00
parent e731f00f9e
commit 8971082b68
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202654

View File

@ -38,4 +38,8 @@ PLIST_SUB+= IVDL="@comment "
PLIST_SUB+= IVDL=""
.endif
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>