diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-01 17:20:12 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-01 17:20:12 +0800 |
commit | 6a406295a050344b842a94a31d9692246fe8ba2c (patch) | |
tree | d8e8b7ef088babb30b55af3ec8fac904a5b407ba /multimedia | |
parent | fa528cc4f8b687a91fb23b3cf198417932cbf34f (diff) | |
download | freebsd-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/Makefile | 4 |
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="" |