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 Dec  7 02:23:52 UTC 2023

Modified Files:
        pkgsrc/sysutils/xfce4-cpugraph-plugin: Makefile

Log Message:
xfce4-cpugraph-plugin: adjust compiler requirements


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 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.70 pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile:1.71
--- pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile:1.70 Thu Dec  7 02:14:47 2023
+++ pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile      Thu Dec  7 02:23:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2023/12/07 02:14:47 gutteridge Exp $
+# $NetBSD: Makefile,v 1.71 2023/12/07 02:23:52 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
@@ -13,7 +13,7 @@ USE_LANGUAGES=        c c++
 
 USE_CC_FEATURES=       c99
 USE_CXX_FEATURES=      c++17
-FORCE_C_STD=           c99
+# https://gitlab.xfce.org/panel-plugins/xfce4-cpugraph-plugin/-/issues/43
 FORCE_CXX_STD=         c++17
 
 CXXFLAGS.SunOS+=       -fpermissive



Home | Main Index | Thread Index | Old Index