From 5d1d8916a79de0f94a7bc80a21ba7b57a71a27cb Mon Sep 17 00:00:00 2001 From: Marcus Alves Grando Date: Tue, 19 Sep 2006 14:13:05 +0000 Subject: [PATCH] - Respect CFLAGS, porters handbook ch 12.15 PR: 102802 Submitted by: Soeren Straarup --- security/pecl-gnupg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile index 93d6cab420bc..6cdcaa653487 100644 --- a/security/pecl-gnupg/Makefile +++ b/security/pecl-gnupg/Makefile @@ -24,7 +24,7 @@ USE_PHPEXT= yes PHP_MODNAME= gnupg CONFIGURE_ARGS= --with-gnupg=${LOCALBASE}/include/gpgme -CFLAGS= -I${LOCALBASE}/include +CFLAGS+= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}