pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gpgme gpgme: needs C++14 now
details: https://anonhg.NetBSD.org/pkgsrc/rev/16de817ba218
branches: trunk
changeset: 383336:16de817ba218
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed Aug 17 20:53:54 2022 +0000
description:
gpgme: needs C++14 now
diffstat:
security/gpgme/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b659560b89d7 -r 16de817ba218 security/gpgme/Makefile
--- a/security/gpgme/Makefile Wed Aug 17 20:42:04 2022 +0000
+++ b/security/gpgme/Makefile Wed Aug 17 20:53:54 2022 +0000
@@ -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 @@
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