Mark as broken with gcc4.2.

This commit is contained in:
Mark Linimon 2007-10-02 05:56:42 +00:00
parent 4579d7107b
commit 87ec31cf9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200600
2 changed files with 14 additions and 2 deletions

View File

@ -21,4 +21,10 @@ MANCOMPRESSED= no
USE_GMAKE= yes
GNU_CONFIGURE= yes
.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>

View File

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