aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ale
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-17 04:01:12 +0800
committerlinimon <linimon@FreeBSD.org>2006-07-17 04:01:12 +0800
commit30cba19459972e88bd5e01b719993ba45c34a6ff (patch)
tree3cc4825e3d78c6d9b14b77e566b03694f833cb77 /graphics/ale
parenta286d21fc12a4d3d40b46f720342c06f814038d3 (diff)
downloadfreebsd-ports-gnome-30cba19459972e88bd5e01b719993ba45c34a6ff.tar.gz
freebsd-ports-gnome-30cba19459972e88bd5e01b719993ba45c34a6ff.tar.zst
freebsd-ports-gnome-30cba19459972e88bd5e01b719993ba45c34a6ff.zip
Mark a broken on 5.x: internal gcc error.
Diffstat (limited to 'graphics/ale')
-rw-r--r--graphics/ale/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile
index 62bfaf4b5977..e97b4db01c64 100644
--- a/graphics/ale/Makefile
+++ b/graphics/ale/Makefile
@@ -31,6 +31,10 @@ PLIST_FILES= bin/ale
BROKEN= Does not build on alpha
.endif
+.if ${OSVERSION} >= 500000 && ${OSVERSION} < 600000
+BROKEN= Does not build on 5.x due to internal gcc error
+.endif
+
.if ${OSVERSION} < 502114
CFLAGS+= -Dround=rint
.endif