diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-16 20:01:12 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-16 20:01:12 +0000 |
commit | 30cba19459972e88bd5e01b719993ba45c34a6ff (patch) | |
tree | 3cc4825e3d78c6d9b14b77e566b03694f833cb77 /graphics | |
parent | a286d21fc12a4d3d40b46f720342c06f814038d3 (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 |