Mark as broken with gcc4.2 on 64-bit archs.

This commit is contained in:
Mark Linimon 2007-10-02 10:09:40 +00:00
parent 34ca79247e
commit 460fcc7867

View file

@ -36,4 +36,12 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= Does not compile with GCC 4.2
.endif
.endif
.include <bsd.port.post.mk>