pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gpgme gpgme: Requires a c++11 compiler
details: https://anonhg.NetBSD.org/pkgsrc/rev/e3a6182ebcd6
branches: trunk
changeset: 441071:e3a6182ebcd6
user: nia <nia%pkgsrc.org@localhost>
date: Sun Oct 25 12:53:54 2020 +0000
description:
gpgme: Requires a c++11 compiler
diffstat:
security/gpgme/Makefile | 5 ++++-
security/gpgme/buildlink3.mk | 4 +++-
2 files changed, 7 insertions(+), 2 deletions(-)
diffs (37 lines):
diff -r 26689965d8be -r e3a6182ebcd6 security/gpgme/Makefile
--- a/security/gpgme/Makefile Sun Oct 25 12:51:24 2020 +0000
+++ b/security/gpgme/Makefile Sun Oct 25 12:53:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2020/08/25 08:54:52 schmonz Exp $
+# $NetBSD: Makefile,v 1.100 2020/10/25 12:53:54 nia Exp $
DISTNAME= gpgme-1.14.0
CATEGORIES= security
@@ -18,6 +18,9 @@
INFO_FILES= yes
CONFIGURE_ARGS+= --enable-languages="cl cpp"
+# configure: error: A compiler with c++11 support is required for the c++ binding.
+GCC_REQD+= 4.8
+
SUBST_CLASSES+= pthread
SUBST_FILES.pthread= src/gpgme-config.in
SUBST_SED.pthread+= -e 's,@PTHREAD_LIBS@,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS},g'
diff -r 26689965d8be -r e3a6182ebcd6 security/gpgme/buildlink3.mk
--- a/security/gpgme/buildlink3.mk Sun Oct 25 12:51:24 2020 +0000
+++ b/security/gpgme/buildlink3.mk Sun Oct 25 12:53:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.31 2020/08/03 15:32:31 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.32 2020/10/25 12:53:54 nia Exp $
BUILDLINK_TREE+= gpgme
@@ -9,6 +9,8 @@
BUILDLINK_ABI_DEPENDS.gpgme+= gpgme>=1.8.0nb1
BUILDLINK_PKGSRCDIR.gpgme?= ../../security/gpgme
+GCC_REQD+= 4.8
+
.include "../../security/libassuan2/buildlink3.mk"
.include "../../security/libgpg-error/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index