Mark broken with gcc4.2.

This commit is contained in:
Mark Linimon 2007-09-30 08:32:35 +00:00
parent f6f2ceb473
commit 5d951b485a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200438

View file

@ -20,4 +20,10 @@ MAN3= Time::Object.3 Time::Seconds.3
PERL_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>