summaryrefslogtreecommitdiff
path: root/security/gnupg
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-03-31 11:14:29 +0000
committerzuntum <zuntum>2001-03-31 11:14:29 +0000
commitf37f6b384475a8ca6834804e9033ff67cd96c75a (patch)
treee326d1f7fe1271e878770600b2b9f982a9cb0470 /security/gnupg
parent335e3181a7b676560926c55b434db7529cfc25e6 (diff)
downloadpkgsrc-f37f6b384475a8ca6834804e9033ff67cd96c75a.tar.gz
o Fix/add quoting
o Respect ${CFLAGS}
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index cd7466b316d..510db299cca 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2001/03/27 03:20:15 hubertf Exp $
+# $NetBSD: Makefile,v 1.24 2001/03/31 11:14:30 zuntum Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp
#
@@ -43,7 +43,7 @@ post-extract:
post-build:
cd ${WRKSRC} && \
- ${CC} -shared -Wl,-Bshareable -fPIC -o idea idea.c
+ ${CC} ${CFLAGS} -shared -Wl,-Bshareable -fPIC -o idea idea.c
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/idea ${PREFIX}/lib/gnupg