aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfeld <feld@FreeBSD.org>2015-03-24 20:47:06 +0800
committerfeld <feld@FreeBSD.org>2015-03-24 20:47:06 +0800
commit482fd8811737f2e9c156540f6e1723e1f3e3af99 (patch)
treefaca34942d4a5fcccfefeef2327d84c4879e26aa
parentcd1abd55f253ead79a8db47b1b93cf7f5f87ae64 (diff)
downloadfreebsd-ports-gnome-482fd8811737f2e9c156540f6e1723e1f3e3af99.tar.gz
freebsd-ports-gnome-482fd8811737f2e9c156540f6e1723e1f3e3af99.tar.zst
freebsd-ports-gnome-482fd8811737f2e9c156540f6e1723e1f3e3af99.zip
Should really be CPPFLAGS instead of CFLAGS
Submitted by: danfe
-rw-r--r--www/varnish4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/varnish4/Makefile b/www/varnish4/Makefile
index 367de0f3d09e..d0fafda46a29 100644
--- a/www/varnish4/Makefile
+++ b/www/varnish4/Makefile
@@ -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