pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/polkit Needs C++14 at least with mozjs60



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9ef64c54293
branches:  trunk
changeset: 427668:a9ef64c54293
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Apr 18 22:08:29 2020 +0000

description:
Needs C++14 at least with mozjs60

diffstat:

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

diffs (18 lines):

diff -r a1b7a7d126b1 -r a9ef64c54293 security/polkit/Makefile
--- a/security/polkit/Makefile  Sat Apr 18 22:07:39 2020 +0000
+++ b/security/polkit/Makefile  Sat Apr 18 22:08:29 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2020/04/12 08:29:10 adam Exp $
+# $NetBSD: Makefile,v 1.22 2020/04/18 22:08:29 joerg Exp $
 
 DISTNAME=      polkit-0.116
 PKGREVISION=   2
@@ -16,7 +16,7 @@
 NOT_PAX_MPROTECT_SAFE= lib/polkit-1/polkitd
 
 GNU_CONFIGURE=         yes
-USE_LANGUAGES=         c c++11
+USE_LANGUAGES=         c c++14
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            pkg-config intltool gmake msgfmt perl



Home | Main Index | Thread Index | Old Index