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:   markd
Date:           Wed Jun 10 11:32:06 UTC 2020

Modified Files:
        pkgsrc/security/gpgme: Makefile

Log Message:
gpgme: dont accidentally try to build python language bindings


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/security/gpgme/Makefile

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/Makefile
diff -u pkgsrc/security/gpgme/Makefile:1.96 pkgsrc/security/gpgme/Makefile:1.97
--- pkgsrc/security/gpgme/Makefile:1.96 Sun Jan 26 17:32:03 2020
+++ pkgsrc/security/gpgme/Makefile      Wed Jun 10 11:32:06 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2020/01/26 17:32:03 rillig Exp $
+# $NetBSD: Makefile,v 1.97 2020/06/10 11:32:06 markd Exp $
 
 DISTNAME=      gpgme-1.13.1
 CATEGORIES=    security
@@ -16,6 +16,7 @@ USE_TOOLS+=           gmake
 GNU_CONFIGURE=         yes
 PTHREAD_OPTS+=         require
 INFO_FILES=            yes
+CONFIGURE_ARGS+=       --enable-languages="cl cpp"
 
 SUBST_CLASSES+=                pthread
 SUBST_FILES.pthread=   src/gpgme-config.in



Home | Main Index | Thread Index | Old Index