pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/polkit



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Apr 18 22:08:29 UTC 2020

Modified Files:
        pkgsrc/security/polkit: Makefile

Log Message:
Needs C++14 at least with mozjs60


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/security/polkit/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/polkit/Makefile
diff -u pkgsrc/security/polkit/Makefile:1.21 pkgsrc/security/polkit/Makefile:1.22
--- pkgsrc/security/polkit/Makefile:1.21        Sun Apr 12 08:29:10 2020
+++ pkgsrc/security/polkit/Makefile     Sat Apr 18 22:08:29 2020
@@ -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 @@ BUILD_DEPENDS+=               docbook-xsl-[0-9]*:../.
 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