summaryrefslogtreecommitdiff
path: root/misc/astrolog
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2007-06-26 19:47:55 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2007-06-26 19:47:55 +0000
commita8bdf00dd827b8003b1c1cdc1d45dbc3d200dd8b (patch)
tree236cab5a4bc60d8736c8df5dd8b9e90d121a55a8 /misc/astrolog
parentUpdate to 1.4.7. (diff)
Back out CFLAGS fix because it is now committed to sys.mk
Notes
Notes: svn path=/head/; revision=194316
Diffstat (limited to 'misc/astrolog')
-rw-r--r--misc/astrolog/Makefile9
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>