diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-09-14 08:46:24 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-14 09:38:43 +0200 |
commit | 6b33a4f101a2ce8e7e3742507ca1ded48796cac4 (patch) | |
tree | 5a58de6694fb23ccc45bf3ee8eed8986268fcace /x11-plugins/wmsysmon | |
parent | net-libs/libssh: drop 0.10.2, 0.10.3 (diff) | |
download | gentoo-6b33a4f101a2ce8e7e3742507ca1ded48796cac4.tar.gz gentoo-6b33a4f101a2ce8e7e3742507ca1ded48796cac4.tar.bz2 gentoo-6b33a4f101a2ce8e7e3742507ca1ded48796cac4.zip |
x11-plugins/wmsysmon: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Portage 3.0.35 / pkgdev 0.2.1 / pkgcheck 0.10.14
Closes: https://github.com/gentoo/gentoo/pull/27250
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-plugins/wmsysmon')
-rw-r--r-- | x11-plugins/wmsysmon/files/wmsysmon-0.7.8-gcc-10.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-plugins/wmsysmon/files/wmsysmon-0.7.8-gcc-10.patch b/x11-plugins/wmsysmon/files/wmsysmon-0.7.8-gcc-10.patch deleted file mode 100644 index e9477899b1b9..000000000000 --- a/x11-plugins/wmsysmon/files/wmsysmon-0.7.8-gcc-10.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -Naur src.orig/wmgeneral.h src/wmgeneral.h ---- src.orig/wmgeneral.h 2017-12-06 15:00:16.000000000 +0100 -+++ src/wmgeneral.h 2020-03-01 16:03:18.293199660 +0100 -@@ -38,7 +38,7 @@ - /* Global variable */ - /*******************/ - --Display *display; -+extern Display *display; - - /***********************/ - /* Function Prototypes */ -diff -Naur src.orig/wmsysmon.c src/wmsysmon.c ---- src.orig/wmsysmon.c 2017-12-06 15:00:16.000000000 +0100 -+++ src/wmsysmon.c 2020-03-01 16:03:32.992203044 +0100 -@@ -138,6 +138,7 @@ - time_t curtime; - time_t prevtime; - -+Display *display; - - kernel_versions Get_Kernel_version(void); - void usage(void); |