svn commit: r382331 - head/www/varnish4

Mark Felder feld at FreeBSD.org
Thu Mar 26 17:02:09 UTC 2015


Author: feld
Date: Thu Mar 26 17:02:08 2015
New Revision: 382331
URL: https://svnweb.freebsd.org/changeset/ports/382331
QAT: https://qat.redports.org/buildarchive/r382331/

Log:
  Varnish is not always obeying CPPFLAGS
  
  Revert to CFLAGS to fix this build issue

Modified:
  head/www/varnish4/Makefile

Modified: head/www/varnish4/Makefile
==============================================================================
--- head/www/varnish4/Makefile	Thu Mar 26 16:46:02 2015	(r382330)
+++ head/www/varnish4/Makefile	Thu Mar 26 17:02:08 2015	(r382331)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libpcre.so:${PORTSDIR}/deve
 CONFLICTS=	varnish-2.* varnish-3.*
 
 USES=		autoreconf gmake libtool readline pkgconfig python:build
-CPPLAGS+=	-I${LOCALBASE}/include
+CFLAGS+=	-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