diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2007-06-26 19:47:55 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2007-06-26 19:47:55 +0000 |
commit | a8bdf00dd827b8003b1c1cdc1d45dbc3d200dd8b (patch) | |
tree | 236cab5a4bc60d8736c8df5dd8b9e90d121a55a8 | |
parent | fb33924eeff3f274c41e7c37f1cfb144759472a3 (diff) | |
download | ports-a8bdf00dd827b8003b1c1cdc1d45dbc3d200dd8b.tar.gz ports-a8bdf00dd827b8003b1c1cdc1d45dbc3d200dd8b.zip |
Back out CFLAGS fix because it is now committed to sys.mk
Notes
Notes:
svn path=/head/; revision=194316
-rw-r--r-- | misc/astrolog/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index d7bd005366ea..738ec2566160 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -21,13 +21,6 @@ DISTFILES= ${EXTRACT_ONLY}:dist ${EPHEM}:ephem MAINTAINER= ache@FreeBSD.org COMMENT= An astrology program for X11 and alpha-numeric terminals -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -# gcc 4.2.0 loop optimization limits range bug with -O2 -CFLAGS+=-fno-tree-vrp -.endif - USE_ZIP= yes .if !defined(WITHOUT_X11) USE_XLIB= yes @@ -69,4 +62,4 @@ do-install: @${ECHO_MSG} "See the file ${PREFIX}/share/doc/astrolog/Helpfile.540 for help" @${ECHO_MSG} "and tune ${PREFIX}/lib/astrolog/astrolog.dat" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |