summaryrefslogtreecommitdiff
path: root/misc/astrolog
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2007-06-25 12:45:45 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2007-06-25 12:45:45 +0000
commit7a39d4f85a68203d656d11fddc9a22a5858bc016 (patch)
treedb4741292cd1da77b4a6d9746ae3efa571f101e2 /misc/astrolog
parentScanhill is a Microsoft Messenger Protocol Sniffer. Currently it can only (diff)
Force -O due to silent gcc 4.2.0 loop optimization bug with -O2
Notes
Notes: svn path=/head/; revision=194223
Diffstat (limited to 'misc/astrolog')
-rw-r--r--misc/astrolog/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile
index f23f1839e972..22bcd6bcf508 100644
--- a/misc/astrolog/Makefile
+++ b/misc/astrolog/Makefile
@@ -10,7 +10,7 @@
PORTNAME= astrolog
PORTVERSION= 5.40
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= misc
MASTER_SITES= http://www.astrolog.org/ftp/ephem/:ephem \
http://www.astrolog.org/ftp/:dist
@@ -21,6 +21,8 @@ DISTFILES= ${EXTRACT_ONLY}:dist ${EPHEM}:ephem
MAINTAINER= ache@FreeBSD.org
COMMENT= An astrology program for X11 and alpha-numeric terminals
+CFLAGS+=-O # Silent gcc 4.2.0 loop optimization bug with -O2
+ # at the end of intrpret.c:ChartInfluence()
USE_ZIP= yes
.if !defined(WITHOUT_X11)
USE_XLIB= yes