Mark as broken with gcc4.2.

PR:		ports/116749
Submitted by:	nrgmilk at gmail dot com
This commit is contained in:
Mark Linimon 2007-10-02 09:29:20 +00:00
parent 8563de6d3f
commit 6cedf755b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200629

View file

@ -46,6 +46,10 @@ OPTIONS= JACK "JACK support" off \
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.if defined(WITH_JACK)
LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack
CPPFLAGS+= ${PTHREAD_CFLAGS}