pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gpgme



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Mar 17 08:48:30 UTC 2017

Modified Files:
        pkgsrc/security/gpgme: buildlink3.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/gpgme/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gpgme/buildlink3.mk
diff -u pkgsrc/security/gpgme/buildlink3.mk:1.23 pkgsrc/security/gpgme/buildlink3.mk:1.24
--- pkgsrc/security/gpgme/buildlink3.mk:1.23    Sat Oct 31 18:18:33 2015
+++ pkgsrc/security/gpgme/buildlink3.mk Fri Mar 17 08:48:30 2017
@@ -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 @@ GPGME_GPG=            ${PREFIX}/bin/gpg2
 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