Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2015 17:02:09 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382331 - head/www/varnish4
Message-ID:  <201503261702.t2QH29pb076304@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503261702.t2QH29pb076304>