diff options
author | 2020-03-29 13:13:14 +0200 | |
---|---|---|
committer | 2020-03-29 13:35:24 +0200 | |
commit | 583b4210a0e3aff5c029a3d569aa18e0ee2bfb2c (patch) | |
tree | 08acc3102f16645e4616ac72edf5bc0c08c3015f /x11-plugins/wmacpi/files | |
parent | x11-plugins/wmcms: fix build with -fno-common (diff) | |
download | gentoo-583b4210a0e3aff5c029a3d569aa18e0ee2bfb2c.tar.gz gentoo-583b4210a0e3aff5c029a3d569aa18e0ee2bfb2c.tar.bz2 gentoo-583b4210a0e3aff5c029a3d569aa18e0ee2bfb2c.zip |
x11-plugins/wmacpi: fix build with -fno-common
Latest libdockapp revbump now defines a global variable as extern
Closes: https://bugs.gentoo.org/715260
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmacpi/files')
-rw-r--r-- | x11-plugins/wmacpi/files/wmacpi-2.3-fno-common.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-plugins/wmacpi/files/wmacpi-2.3-fno-common.patch b/x11-plugins/wmacpi/files/wmacpi-2.3-fno-common.patch new file mode 100644 index 000000000000..068c00c592ff --- /dev/null +++ b/x11-plugins/wmacpi/files/wmacpi-2.3-fno-common.patch @@ -0,0 +1,11 @@ +diff -Naur dockapps.orig/wmacpi.c dockapps/wmacpi.c +--- dockapps.orig/wmacpi.c 2015-01-12 11:24:15.000000000 +0100 ++++ dockapps/wmacpi.c 2020-03-29 13:11:56.712022800 +0200 +@@ -72,6 +72,7 @@ + + /* globals */ + struct dockapp *dockapp; ++Display *display; + /* global_t *globals; */ + + /* this gives us a variable scroll rate, depending on the importance of the |