Here's a twist: a port that the import of gcc4.2 _unbroke_. Mark it so.

Reported by:	pointyhat
Approved by:	portmgr (self)
This commit is contained in:
Mark Linimon 2007-11-20 02:34:21 +00:00
parent e8101ce2d5
commit 03c845f416

View file

@ -95,10 +95,4 @@ BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX
RUN_DEPENDS+= latex:${PORTSDIR}/print/teTeX
.endif
.if ${OSVERSION} < 500035
CFLAGS+= -Wno-non-template-friend -ftemplate-depth-30
.elif ${OSVERSION} >= 700007 && ${ARCH} == i386 && ${CXX} == c++
BROKEN= C++ compiler seg-faults, try using a different one and report to ${MAINTAINER}
.endif
.include <bsd.port.post.mk>