Should really be CPPFLAGS instead of CFLAGS
Submitted by: danfe
This commit is contained in:
parent
b0a1452ef1
commit
cd867a50fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382088
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
|
|||
CONFLICTS= varnish-2.* varnish-3.*
|
||||
|
||||
USES= autoreconf gmake libtool readline pkgconfig python:build
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CPPLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --localstatedir=${PREFIX} --enable-tests
|
||||
CONFIGURE_ENV= RST2MAN=true
|
||||
|
|
Loading…
Reference in a new issue