Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  2 Sep 2006 22:12:58 +0200 (CEST)
From:      Soeren Straarup <xride@x12.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mnag@FreeBSD.org
Subject:   ports/102802: [PATCH] security/pecl-gnupg: Respect CFLAGS
Message-ID:  <20060902201258.0C72C4362@beacon.x12.dk>
Resent-Message-ID: <200609022020.k82KKLJO079067@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102802
>Category:       ports
>Synopsis:       [PATCH] security/pecl-gnupg: Respect CFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 02 20:20:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Soeren Straarup
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD beacon.x12.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Fri Aug  4 21:14:41 CEST
>Description:
Respect CFLAGS, porters handbook ch 12.15

Port maintainer (mnag@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pecl-gnupg-1.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/pecl-gnupg/Makefile /space/portstrees/FreeBSD/ports/security/pecl-gnupg/Makefile
--- /usr/ports/security/pecl-gnupg/Makefile	Sat Jun  3 20:33:59 2006
+++ /space/portstrees/FreeBSD/ports/security/pecl-gnupg/Makefile	Sat Sep  2 22:09:01 2006
@@ -23,7 +23,7 @@
 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}
--- pecl-gnupg-1.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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