pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gpgme Not all the world is GNU configure.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c20fcddc60d
branches:  trunk
changeset: 359745:0c20fcddc60d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 17 08:48:30 2017 +0000

description:
Not all the world is GNU configure.
Unbreaks mail/notmuch.

diffstat:

 security/gpgme/buildlink3.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 77ed0034e8b3 -r 0c20fcddc60d security/gpgme/buildlink3.mk
--- a/security/gpgme/buildlink3.mk      Fri Mar 17 08:42:37 2017 +0000
+++ b/security/gpgme/buildlink3.mk      Fri Mar 17 08:48:30 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.23 2015/10/31 18:18:33 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.24 2017/03/17 08:48:30 wiz Exp $
 
 BUILDLINK_TREE+=       gpgme
 
@@ -26,7 +26,9 @@
 DEPENDS+=              gnupg>=1.4.2:../../security/gnupg
 GPGME_GPG=             ${PREFIX}/bin/gpg
 .endif
+.if ${GNU_CONFIGURE:U""} == "yes"
 CONFIGURE_ARGS+=       ac_cv_path_GNUPG=${GPGME_GPG}
+.endif
 
 .endif # GPGME_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index