mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
clang-with-ports fix: Declare USE_CSTD=gnu89.
Split out CPPFLAGS from CONFIGURE_ENV.
This commit is contained in:
parent
728e982e48
commit
362459a8d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276758
1 changed files with 3 additions and 2 deletions
|
@ -19,9 +19,10 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
|||
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_GMAKE= yes
|
||||
USE_CSTD= gnu89
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --enable-shared --disable-trace
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue