Mark as broken on amd64-7 (and, presumably, sparc64-7).

This commit is contained in:
Mark Linimon 2007-10-25 00:39:13 +00:00
parent 6ce6a55ad9
commit 196d607402
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201957

View File

@ -76,4 +76,12 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
.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>