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:   nia
Date:           Thu Mar 26 16:07:57 UTC 2020

Modified Files:
        pkgsrc/security/polkit: Makefile

Log Message:
polkit: Needs a C++11 compiler


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/security/polkit/Makefile:1.18
--- pkgsrc/security/polkit/Makefile:1.17        Sun Mar  8 16:48:08 2020
+++ pkgsrc/security/polkit/Makefile     Thu Mar 26 16:07:57 2020
@@ -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_LIBTOOL=          yes
 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