From e61d6a701f43e8cec5a4ec8c9641daf5376441de Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 23 Sep 2011 22:26:39 +0000 Subject: - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS) - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav --- graphics/tkpng/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'graphics/tkpng') diff --git a/graphics/tkpng/Makefile b/graphics/tkpng/Makefile index 4dbf7934952..28d82adb3e3 100644 --- a/graphics/tkpng/Makefile +++ b/graphics/tkpng/Makefile @@ -28,8 +28,7 @@ CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \ --with-tclinclude=${TCL_INCLUDEDIR}/generic \ --with-tkinclude=${TK_INCLUDEDIR}/generic \ --exec-prefix=${PREFIX} --enable-shared -CPPFLAGS= -I${TK_INCLUDEDIR}/generic -I${LOCALBASE}/include -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" +CPPFLAGS+= -I${TK_INCLUDEDIR}/generic -I${LOCALBASE}/include TKPKG= ${PORTNAME}${PORTVERSION} PLIST_SUB= VER=${PORTVERSION} TKPKG=${TKPKG} TKLIBVER=${TKLIBVER} -- cgit