Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gpgme gpgme: dont accidentally try to build p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1971cbbc476
branches:  trunk
changeset: 434039:b1971cbbc476
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Jun 10 11:32:06 2020 +0000

description:
gpgme: dont accidentally try to build python language bindings

diffstat:

 security/gpgme/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1a6c7466fb76 -r b1971cbbc476 security/gpgme/Makefile
--- a/security/gpgme/Makefile   Wed Jun 10 11:19:14 2020 +0000
+++ b/security/gpgme/Makefile   Wed Jun 10 11:32:06 2020 +0000
@@ -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 @@
 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