pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/polkit polkit: build fix: bump GCC requirement
details: https://anonhg.NetBSD.org/pkgsrc/rev/0a80f6d6b54b
branches: trunk
changeset: 445315:0a80f6d6b54b
user: nia <nia%pkgsrc.org@localhost>
date: Tue Jan 19 22:36:19 2021 +0000
description:
polkit: build fix: bump GCC requirement
diffstat:
security/polkit/Makefile | 6 +++---
security/polkit/buildlink3.mk | 5 ++++-
2 files changed, 7 insertions(+), 4 deletions(-)
diffs (37 lines):
diff -r 99ebd74aaad1 -r 0a80f6d6b54b security/polkit/Makefile
--- a/security/polkit/Makefile Tue Jan 19 21:05:45 2021 +0000
+++ b/security/polkit/Makefile Tue Jan 19 22:36:19 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/12/04 04:56:13 riastradh Exp $
+# $NetBSD: Makefile,v 1.31 2021/01/19 22:36:19 nia Exp $
DISTNAME= polkit-0.118
PKGREVISION= 1
@@ -22,8 +22,8 @@
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config intltool gmake msgfmt perl
-# C++14
-GCC_REQD+= 5
+# configure: error: *** A compiler with support for C++17 language features is required.
+GCC_REQD+= 7
PKGCONFIG_OVERRIDE+= data/polkit-gobject-1.pc.in
PKGCONFIG_OVERRIDE+= data/polkit-agent-1.pc.in
diff -r 99ebd74aaad1 -r 0a80f6d6b54b security/polkit/buildlink3.mk
--- a/security/polkit/buildlink3.mk Tue Jan 19 21:05:45 2021 +0000
+++ b/security/polkit/buildlink3.mk Tue Jan 19 22:36:19 2021 +0000
@@ -1,9 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.4 2020/12/04 04:56:13 riastradh Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2021/01/19 22:36:19 nia Exp $
#
BUILDLINK_TREE+= polkit
.if !defined(POLKIT_BUILDLINK3_MK)
+# configure: error: *** A compiler with support for C++17 language features is required.
+GCC_REQD+= 7
+
POLKIT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.polkit+= polkit>=0.103
Home |
Main Index |
Thread Index |
Old Index