pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/polkit polkit: Needs a C++11 compiler



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8758416a5c21
branches:  trunk
changeset: 414398:8758416a5c21
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 26 16:07:57 2020 +0000

description:
polkit: Needs a C++11 compiler

diffstat:

 security/polkit/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r b9b9b75faa59 -r 8758416a5c21 security/polkit/Makefile
--- a/security/polkit/Makefile  Thu Mar 26 15:30:27 2020 +0000
+++ b/security/polkit/Makefile  Thu Mar 26 16:07:57 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/03/08 16:48:08 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2020/03/26 16:07:57 nia Exp $
 
 DISTNAME=      polkit-0.115
 PKGREVISION=   4
@@ -21,6 +21,9 @@
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            pkg-config intltool gmake msgfmt perl
 
+# C++11
+GCC_REQD+=     4.7
+
 PKGCONFIG_OVERRIDE+=   data/polkit-gobject-1.pc.in
 PKGCONFIG_OVERRIDE+=   data/polkit-agent-1.pc.in
 



Home | Main Index | Thread Index | Old Index