diff options
author | mnag <mnag@FreeBSD.org> | 2006-09-19 14:13:05 +0000 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-09-19 14:13:05 +0000 |
commit | cff544e5945c69f7ccdd7cfcb3a5281f45a91fa1 (patch) | |
tree | 34db81432e08be58ad945642164f31113da24ad1 /security/pecl-gnupg | |
parent | d5c945d2dfae078a4d20c48c234f6f9a8911c0da (diff) | |
download | FreeBSD-ports-cff544e5945c69f7ccdd7cfcb3a5281f45a91fa1.zip FreeBSD-ports-cff544e5945c69f7ccdd7cfcb3a5281f45a91fa1.tar.gz |
- Respect CFLAGS, porters handbook ch 12.15
PR: 102802
Submitted by: Soeren Straarup <xride___x12.dk>
Diffstat (limited to 'security/pecl-gnupg')
-rw-r--r-- | security/pecl-gnupg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pecl-gnupg/Makefile b/security/pecl-gnupg/Makefile index 93d6cab..6cdcaa6 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} |