Mark as broken on sparc64-7: fails to compile.

This commit is contained in:
Mark Linimon
2008-02-01 12:05:24 +00:00
parent a2815a4474
commit 7a9a5049de

View File

@@ -59,4 +59,12 @@ post-install:
cd ${WRKSRC}/examples/msms && ${INSTALL_DATA} * ${EXAMPLESDIR}/msms
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
.if ${ARCH} == "sparc64"
BROKEN= Does not compile with GCC 4.2: internal compiler error
.endif
.endif
.include <bsd.port.post.mk>