pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/lxqt-panel



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Dec  8 19:28:53 UTC 2020

Modified Files:
        pkgsrc/x11/lxqt-panel: Makefile

Log Message:
x11/lxqt-panel: fix build break on Linux

libssystat was never imported from wip, so we can not build that
on Linux either.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/lxqt-panel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/lxqt-panel/Makefile
diff -u pkgsrc/x11/lxqt-panel/Makefile:1.10 pkgsrc/x11/lxqt-panel/Makefile:1.11
--- pkgsrc/x11/lxqt-panel/Makefile:1.10 Mon Dec  7 12:55:28 2020
+++ pkgsrc/x11/lxqt-panel/Makefile      Tue Dec  8 19:28:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2020/12/07 12:55:28 pin Exp $
+# $NetBSD: Makefile,v 1.11 2020/12/08 19:28:53 pin Exp $
 
 DISTNAME=      lxqt-panel-0.16.1
 CATEGORIES=    x11
@@ -18,6 +18,8 @@ USE_LANGUAGES=        c c++
 CONFIGURE_DIRS=        build
 CMAKE_ARG_PATH=        ..
 
+CMAKE_ARGS+=   -DSYSSTAT_PLUGIN=No
+
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} != "Linux"
 CMAKE_ARGS+=   -DCPULOAD_PLUGIN=No
@@ -25,7 +27,6 @@ CMAKE_ARGS+=  -DKBINDICATOR_PLUGIN=No
 CMAKE_ARGS+=   -DMOUNT_PLUGIN=No
 CMAKE_ARGS+=   -DSENSORS_PLUGIN=No
 CMAKE_ARGS+=   -DNETWORKMONITOR_PLUGIN=No
-CMAKE_ARGS+=   -DSYSSTAT_PLUGIN=No
 CMAKE_ARGS+=   -DVOLUME_USE_ALSA=No
 CMAKE_ARGS+=   -DBACKLIGHT_PLUGIN=No
 .endif



Home | Main Index | Thread Index | Old Index