svn commit: r382088 - head/www/varnish4

Mark Felder feld at FreeBSD.org
Tue Mar 24 12:47:08 UTC 2015


Author: feld
Date: Tue Mar 24 12:47:06 2015
New Revision: 382088
URL: https://svnweb.freebsd.org/changeset/ports/382088
QAT: https://qat.redports.org/buildarchive/r382088/

Log:
  Should really be CPPFLAGS instead of CFLAGS
  
  Submitted by:	danfe

Modified:
  head/www/varnish4/Makefile

Modified: head/www/varnish4/Makefile
==============================================================================
--- head/www/varnish4/Makefile	Tue Mar 24 12:40:37 2015	(r382087)
+++ head/www/varnish4/Makefile	Tue Mar 24 12:47:06 2015	(r382088)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libpcre.so:${PORTSDIR}/deve
 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


More information about the svn-ports-head mailing list