- Mark BROKEN: does not compile with gcc 4.2

Reported by:	pointyhat
Ok'ed by:	maintainer
Approved by:	portmgr (hat)
This commit is contained in:
Pav Lucistnik 2007-11-13 14:40:27 +00:00
parent 18adb14800
commit 236bd419a8

View file

@ -39,6 +39,10 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --without-mp3
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile
.endif
.if defined(WITHOUT_BZIP2)
CONFIGURE_ARGS+= --no-bzip2
.else