summarylogtreecommitdiffstats
path: root/build-fix.patch
diff options
context:
space:
mode:
authorPhoton892020-07-30 23:05:24 +0200
committerPhoton892020-07-30 23:05:24 +0200
commite986d4c7106e1a9cf9f62d7beef12784aafdc7d7 (patch)
tree1714282ef7118d613f62519fed62883d28b3e5bd /build-fix.patch
parent301c4c6760bf3f03798a20a2a324454b35513027 (diff)
downloadaur-lxpanel-multiload-ng-plugin-gtk2.tar.gz
Silent update: Added patch to fix build errors
Diffstat (limited to 'build-fix.patch')
-rw-r--r--build-fix.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/build-fix.patch b/build-fix.patch
new file mode 100644
index 000000000000..6e7f125bad49
--- /dev/null
+++ b/build-fix.patch
@@ -0,0 +1,24 @@
+diff -Naur a/common/multiload-config.c b/common/multiload-config.c
+--- a/common/multiload-config.c 2016-12-05 17:13:59.000000000 +0100
++++ b/common/multiload-config.c 2020-07-30 21:18:03.568945194 +0200
+@@ -26,6 +26,8 @@
+ #include "graph-data.h"
+ #include "multiload-config.h"
+
++GraphType graph_types[GRAPH_MAX];
++
+ guint multiload_config_get_num_colors(guint id)
+ {
+ g_assert_cmpuint (graph_types[id].num_colors, <=, MAX_COLORS);
+diff -Naur a/common/multiload-config.h b/common/multiload-config.h
+--- a/common/multiload-config.h 2016-12-05 17:13:59.000000000 +0100
++++ b/common/multiload-config.h 2020-07-30 21:18:21.685273529 +0200
+@@ -56,7 +56,7 @@
+
+
+ // global variable
+-GraphType graph_types[GRAPH_MAX];
++extern GraphType graph_types[GRAPH_MAX];
+
+
+ G_GNUC_INTERNAL guint