mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
Force -O due to silent gcc 4.2.0 loop optimization bug with -O2
This commit is contained in:
parent
e4210f6e8d
commit
7a39d4f85a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194223
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
PORTNAME= astrolog
|
PORTNAME= astrolog
|
||||||
PORTVERSION= 5.40
|
PORTVERSION= 5.40
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= http://www.astrolog.org/ftp/ephem/:ephem \
|
MASTER_SITES= http://www.astrolog.org/ftp/ephem/:ephem \
|
||||||
http://www.astrolog.org/ftp/:dist
|
http://www.astrolog.org/ftp/:dist
|
||||||
@ -21,6 +21,8 @@ DISTFILES= ${EXTRACT_ONLY}:dist ${EPHEM}:ephem
|
|||||||
MAINTAINER= ache@FreeBSD.org
|
MAINTAINER= ache@FreeBSD.org
|
||||||
COMMENT= An astrology program for X11 and alpha-numeric terminals
|
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
|
USE_ZIP= yes
|
||||||
.if !defined(WITHOUT_X11)
|
.if !defined(WITHOUT_X11)
|
||||||
USE_XLIB= yes
|
USE_XLIB= yes
|
||||||
|
Loading…
Reference in New Issue
Block a user