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:   gutteridge
Date:           Mon May  4 02:11:00 UTC 2020

Modified Files:
        pkgsrc/security/polkit: Makefile

Log Message:
polkit: align GCC_REQD with USE_LANGUAGES


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 pkgsrc/security/polkit/Makefile:1.23
--- pkgsrc/security/polkit/Makefile:1.22        Sat Apr 18 22:08:29 2020
+++ pkgsrc/security/polkit/Makefile     Mon May  4 02:11:00 2020
@@ -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_LIBTOOL=          yes
 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