Mark as broken with gcc4.2 on amd64.

This commit is contained in:
Mark Linimon 2007-10-02 08:50:03 +00:00
parent 297940cafe
commit 47f4055c96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200618

View File

@ -36,4 +36,12 @@ MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" PLUGIN="${PLUGIN}" \
USE_X_PREFIX= yes
PLIST_SUB= DB=${DB}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
.if ${ARCH} == "amd64"
BROKEN= Does not compile with GCC 4.2
.endif
.endif
.include <bsd.port.post.mk>