mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- Less naive, but this time working stab on -O2 CFLAGS problem
Reported by: krionmail Approved by: portmgr (krion)
This commit is contained in:
parent
b7cb339a21
commit
43976f5b1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140927
@ -23,8 +23,8 @@ LIB_DEPENDS= gtkada.12:${PORTSDIR}/x11-toolkits/gtkada
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CC=adagcc CFLAGS="${CFLAGS:S/-O2 -fno-strict-aliasing/-O/}"
|
||||
MAKE_ENV= CC=adagcc CFLAGS="${CFLAGS:S/-O2 -fno-strict-aliasing/-O/}"
|
||||
CONFIGURE_ENV= CC=adagcc CFLAGS=-O
|
||||
MAKE_ENV= CC=adagcc CFLAGS=-O
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user