mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
af7a601bb7
commit
a4c4529148
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433484
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue