diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 09:08:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 09:08:35 +0000 |
commit | 81d8e8c659a49ba125f4e7bb22553451426c8f39 (patch) | |
tree | d716e0f0c0cfa97af98d0e47cf0c2c8a9de1f2d9 /graphics/xmms-goom | |
parent | f5abef1780e394582ce33556fcac2f49a3d6266d (diff) |
Notes
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 |