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

This commit is contained in:
Mark Linimon 2007-10-02 10:15:40 +00:00
parent 460fcc7867
commit 18b25c14ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200641

View File

@ -42,4 +42,12 @@ post-install:
${CHMOD} -R g+w ${STATEDIR}
.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>