summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-07-16 20:01:12 +0000
committerlinimon <linimon@FreeBSD.org>2006-07-16 20:01:12 +0000
commit30cba19459972e88bd5e01b719993ba45c34a6ff (patch)
tree3cc4825e3d78c6d9b14b77e566b03694f833cb77 /graphics
parenta286d21fc12a4d3d40b46f720342c06f814038d3 (diff)
downloadFreeBSD-ports-30cba19459972e88bd5e01b719993ba45c34a6ff.zip
FreeBSD-ports-30cba19459972e88bd5e01b719993ba45c34a6ff.tar.gz
Mark a broken on 5.x: internal gcc error.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ale/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile
index 62bfaf4..e97b4db 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
OpenPOWER on IntegriCloud