diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
commit | 41d8c3385c21ae51629c8997035eae8a9423ff6c (patch) | |
tree | 246d960cb714ce0095c452017819f6b1c64a7dfb /graphics/ale | |
parent | 5e3b0872db18497aacc353b3ef94ad8dac11183f (diff) | |
download | ports-41d8c3385c21ae51629c8997035eae8a9423ff6c.tar.gz ports-41d8c3385c21ae51629c8997035eae8a9423ff6c.zip |
Notes
Diffstat (limited to 'graphics/ale')
-rw-r--r-- | graphics/ale/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile index be31455bf1fb..11870390e7c8 100644 --- a/graphics/ale/Makefile +++ b/graphics/ale/Makefile @@ -31,14 +31,6 @@ PLIST_FILES= bin/ale BROKEN= Does not build on alpha .endif -.if ${OSVERSION} < 600000 -BROKEN= Does not build on 5.x due to internal gcc error -.endif - -.if ${OSVERSION} < 502114 -CFLAGS+= -Dround=rint -.endif - .if defined(WITH_DOUBLE) MAKE_ARGS+= COLORS=DOUBLE COORDINATES=DOUBLE .endif |