aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2007-06-27 03:47:55 +0800
committerache <ache@FreeBSD.org>2007-06-27 03:47:55 +0800
commit75e814d70cc5c2346b47b89729e20613f199c007 (patch)
tree4dcf2ab73e0e081a21ddaca5131dd361ccda9cdf /misc
parentbd933b50377be5c352199b30dbd8f1398c0be6df (diff)
downloadfreebsd-ports-graphics-75e814d70cc5c2346b47b89729e20613f199c007.tar.gz
freebsd-ports-graphics-75e814d70cc5c2346b47b89729e20613f199c007.tar.zst
freebsd-ports-graphics-75e814d70cc5c2346b47b89729e20613f199c007.zip
Back out CFLAGS fix because it is now committed to sys.mk
Diffstat (limited to 'misc')
-rw-r--r--misc/astrolog/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile
index d7bd005366e..738ec256616 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>