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:   tnn
Date:           Wed Aug 17 20:53:54 UTC 2022

Modified Files:
        pkgsrc/security/gpgme: Makefile

Log Message:
gpgme: needs C++14 now


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 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.104 pkgsrc/security/gpgme/Makefile:1.105
--- pkgsrc/security/gpgme/Makefile:1.104        Wed Aug 17 17:46:43 2022
+++ pkgsrc/security/gpgme/Makefile      Wed Aug 17 20:53:54 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2022/08/17 17:46:43 wiz Exp $
+# $NetBSD: Makefile,v 1.105 2022/08/17 20:53:54 tnn Exp $
 
 DISTNAME=      gpgme-1.18.0
 CATEGORIES=    security
@@ -10,7 +10,7 @@ HOMEPAGE=     https://www.gnupg.org/related_
 COMMENT=       GnuPG Made Easy
 LICENSE=       gnu-gpl-v2
 
-USE_LANGUAGES+=                c99 c++
+USE_LANGUAGES+=                c99 c++14
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index