From 52f531b38b1eed8b2bf9667bf61f59246f62ac52 Mon Sep 17 00:00:00 2001 From: Wesley Shields Date: Thu, 30 Jun 2011 00:07:17 +0000 Subject: [PATCH] - No need to specify CPPFLAGS in CONFIGURE_ENV. Submitted by: sunpoet@ --- sysutils/coreutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index 14ac32ea6cc2..ba4289ab8584 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -19,7 +19,7 @@ CONFLICTS= id-utils-[0-9]* linux-gid-[0-9]* SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g -CONFIGURE_ENV= CPPFLAGS+="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= "-I${LOCALBASE}/include" LICENSE= GPLv3