pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/xfce4-cpugraph-plugin
Module Name: pkgsrc
Committed By: gutteridge
Date: Thu Feb 10 02:14:12 UTC 2022
Modified Files:
pkgsrc/sysutils/xfce4-cpugraph-plugin: Makefile
Log Message:
xfce4-cpugraph-plugin: this now requires a C++14 feature
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile
diff -u pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile:1.59 pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile:1.60
--- pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile:1.59 Sun Feb 6 01:06:56 2022
+++ pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile Thu Feb 10 02:14:12 2022
@@ -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 @@ MASTER_SITES= https://archive.xfce.org/s
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