pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gpgme security/gpgme includes librfuncs/build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe4928b0aea2
branches:  trunk
changeset: 482595:fe4928b0aea2
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Sat Oct 30 10:25:18 2004 +0000

description:
security/gpgme includes librfuncs/buildink3.mk, but getenv_r was not
used because configure fail to detect it. Implemented recomendation
from Min Sik Kim to bypass the test.

diffstat:

 security/gpgme/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 8cfd25d75591 -r fe4928b0aea2 security/gpgme/Makefile
--- a/security/gpgme/Makefile   Sat Oct 30 10:24:59 2004 +0000
+++ b/security/gpgme/Makefile   Sat Oct 30 10:25:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2004/10/23 15:00:48 shannonjr Exp $
+# $NetBSD: Makefile,v 1.24 2004/10/30 10:25:18 shannonjr Exp $
 #
 
 DISTNAME=      gpgme-1.0.1
@@ -26,6 +26,10 @@
 # Avoid an ICE in gcc2 on sparc64
 CONFIGURE_ENV+=                F77=${FALSE}
 
+# getenv_r is not detected correctly. It will be found
+# in either base system or librfuncs
+CONFIGURE_ENV+=                ac_cv_func_getenv_r=yes
+
 TEST_TARGET=           check
 
 .include "../../mk/pthread.buildlink3.mk"
@@ -46,4 +50,5 @@
 .if !empty(PKG_OPTIONS:Mgpgsm)
 .include "../../security/gnupg-devel/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-gpgsm=${BUILDLINK_PREFIX.gnupg-devel}/bin/gpgsm
+CONFIGURE_ARGS+=       --with-gpg=${BUILDLINK_PREFIX.gnupg-devel}/bin/gpg2
 .endif



Home | Main Index | Thread Index | Old Index