Mark as broken with gcc4.2.
PR: ports/116749 Submitted by: nrgmilk at gmail dot com
This commit is contained in:
parent
8563de6d3f
commit
6cedf755b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200629
1 changed files with 4 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue