Mark as broken on gcc4.2.

This commit is contained in:
Mark Linimon 2007-09-30 10:11:18 +00:00
parent c2ac294441
commit 003c7e3503
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200452

View File

@ -22,4 +22,10 @@ USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE= configenv panel
USE_XLIB= 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>