lang/gprolog: pass -O3 to unbreak with gcc5

gplc -c --fast-math fd2c.pl
====>> Killing runaway build after 7200 seconds with no output

PR:		216707
Reported by:	antoine (via exp-run)
This commit is contained in:
Jan Beich 2017-02-06 10:55:31 +00:00
parent af7a601bb7
commit a4c4529148
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433484

View file

@ -3,7 +3,7 @@
PORTNAME= gprolog
PORTVERSION= 1.4.4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://www.gprolog.org/
@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
USES= gmake
USE_GCC= any
USE_AUTOTOOLS= autoconf
CFLAGS+= -O3 # gcc5/gcc6 + -O2 = pl2wam hangs
CONFIGURE_ARGS= --with-c-flags="${CFLAGS}"
CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-freebsd${OSREL}
MAKE_JOBS_UNSAFE= yes