pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/xfce4-systemload-plugin
Module Name: pkgsrc
Committed By: nia
Date: Fri Sep 1 10:05:56 UTC 2023
Modified Files:
pkgsrc/sysutils/xfce4-systemload-plugin: Makefile
Log Message:
xfce4-systemload-plugin: Assumes compiler default of C++11.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/sysutils/xfce4-systemload-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-systemload-plugin/Makefile
diff -u pkgsrc/sysutils/xfce4-systemload-plugin/Makefile:1.68 pkgsrc/sysutils/xfce4-systemload-plugin/Makefile:1.69
--- pkgsrc/sysutils/xfce4-systemload-plugin/Makefile:1.68 Sun Apr 30 22:09:38 2023
+++ pkgsrc/sysutils/xfce4-systemload-plugin/Makefile Fri Sep 1 10:05:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2023/04/30 22:09:38 martin Exp $
+# $NetBSD: Makefile,v 1.69 2023/09/01 10:05:56 nia Exp $
PKGREVISION= 3
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -13,6 +13,9 @@ COMMENT= Xfce system load plugin
USE_LANGUAGES= c c++
+FORCE_CXX_STD+= c++11
+USE_CXX_FEATURES+= c++11
+
MAKE_ENV.DragonFly+= OS_LIBS=-lkinfo
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index