BROKEN with gcc 4.2

This commit is contained in:
Kris Kennaway 2007-05-25 22:53:44 +00:00
parent 1b5e4219c7
commit fd3afa3075

View file

@ -34,6 +34,10 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= "Does not build with gcc 4.2"
.endif
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
BROKEN= "Configure fails"
.endif