Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/polkit polkit: align GCC_REQD with USE_LANGUAGES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3d45ba0093e
branches:  trunk
changeset: 430766:e3d45ba0093e
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon May 04 02:11:00 2020 +0000

description:
polkit: align GCC_REQD with USE_LANGUAGES

diffstat:

 security/polkit/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r a018279356c4 -r e3d45ba0093e security/polkit/Makefile
--- a/security/polkit/Makefile  Mon May 04 01:41:31 2020 +0000
+++ b/security/polkit/Makefile  Mon May 04 02:11:00 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/04/18 22:08:29 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2020/05/04 02:11:00 gutteridge Exp $
 
 DISTNAME=      polkit-0.116
 PKGREVISION=   2
@@ -21,8 +21,8 @@
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            pkg-config intltool gmake msgfmt perl
 
-# C++11
-GCC_REQD+=     4.7
+# C++14
+GCC_REQD+=     5
 
 PKGCONFIG_OVERRIDE+=   data/polkit-gobject-1.pc.in
 PKGCONFIG_OVERRIDE+=   data/polkit-agent-1.pc.in



Home | Main Index | Thread Index | Old Index