clang-with-ports fix: Declare USE_CSTD=gnu89.

Split out CPPFLAGS from CONFIGURE_ENV.
This commit is contained in:
Matthias Andree 2011-07-01 01:19:27 +00:00
parent 728e982e48
commit 362459a8d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276758

View file

@ -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