Mark IGNORE instead of BROKEN; it compiles, but some of its dependencies

do not.

Approved by:	portmgr (self)
This commit is contained in:
Mark Linimon 2007-11-20 03:07:58 +00:00
parent 8d4d8d5d52
commit 31568cd625
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202772

View File

@ -67,7 +67,7 @@ OPTIONS= DEBUG "Build with debugging information" off \
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
BROKEN= Some dependencies do not compile with gcc4
IGNORE= Some dependencies do not compile with gcc4
.endif
.if ${ARCH} == "sparc64"