pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xfce4-cpugraph-plugin xfce4-cpugraph-plugin: ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/07f08e48f04d
branches:  trunk
changeset: 373245:07f08e48f04d
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Feb 10 02:14:12 2022 +0000

description:
xfce4-cpugraph-plugin: this now requires a C++14 feature

diffstat:

 sysutils/xfce4-cpugraph-plugin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7efd9b002074 -r 07f08e48f04d sysutils/xfce4-cpugraph-plugin/Makefile
--- a/sysutils/xfce4-cpugraph-plugin/Makefile   Thu Feb 10 02:12:46 2022 +0000
+++ b/sysutils/xfce4-cpugraph-plugin/Makefile   Thu Feb 10 02:14:12 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2022/02/06 01:06:56 gutteridge Exp $
+# $NetBSD: Makefile,v 1.60 2022/02/10 02:14:12 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -9,7 +9,7 @@
 HOMEPAGE=      https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
 COMMENT=       Xfce CPU load plugin
 
-USE_LANGUAGES= c99 c++11
+USE_LANGUAGES= c99 c++14
 
 CXXFLAGS.SunOS+=       -fpermissive
 



Home | Main Index | Thread Index | Old Index