aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-01 17:20:12 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-01 17:20:12 +0800
commit6a406295a050344b842a94a31d9692246fe8ba2c (patch)
treed8e8b7ef088babb30b55af3ec8fac904a5b407ba /multimedia
parentfa528cc4f8b687a91fb23b3cf198417932cbf34f (diff)
downloadfreebsd-ports-gnome-6a406295a050344b842a94a31d9692246fe8ba2c.tar.gz
freebsd-ports-gnome-6a406295a050344b842a94a31d9692246fe8ba2c.tar.zst
freebsd-ports-gnome-6a406295a050344b842a94a31d9692246fe8ba2c.zip
Mark as broken on gcc4.2.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/helixplayer/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/helixplayer/Makefile b/multimedia/helixplayer/Makefile
index 14e11ed0e1dd..ef3fdb8fce51 100644
--- a/multimedia/helixplayer/Makefile
+++ b/multimedia/helixplayer/Makefile
@@ -49,6 +49,10 @@ OPTIONS= PLUGIN "Build with Gecko browser plug-in" off
BROKEN= coredumps during compilation on ${ARCH}
.endif
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
.if defined(WITH_PLUGIN)
USE_GECKO= firefox mozilla firefox15 seamonkey
PLIST_SUB+= PLUGIN=""