Mark as broken with gcc4.2 on i386.

This commit is contained in:
Mark Linimon 2007-10-04 08:29:38 +00:00
parent c80293de16
commit 471bc17363
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200804

View File

@ -32,4 +32,12 @@ MAKE_ARGS= CXXFLAGS="${CXXFLAGS}" \
PLIST_FILES= bin/lfhex
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
.if ${ARCH} == "i386"
BROKEN= Does not compile with GCC 4.2
.endif
.endif
.include <bsd.port.post.mk>