diff options
Diffstat (limited to 'graphics/xmms-goom')
-rw-r--r-- | graphics/xmms-goom/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/xmms-goom/Makefile b/graphics/xmms-goom/Makefile index a623f0f0f85a..39fca5958443 100644 --- a/graphics/xmms-goom/Makefile +++ b/graphics/xmms-goom/Makefile @@ -33,6 +33,10 @@ WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}_${PORTVERSION} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if ${ARCH} != "i386" BROKEN= Does not compile on !i386 .endif |