summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2021-01-25 10:25:43 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2021-01-25 12:09:55 +0100
commitb1ea257ca6965014ddd60831bf4267fe167fd412 (patch)
treebde6f39a536e7b4641d8eb7a0a017c60c5cd469f /x11-plugins/wmbiff
parentdev-python/cx_Freeze: version bump (diff)
downloadgentoo-b1ea257ca6965014ddd60831bf4267fe167fd412.tar.gz
gentoo-b1ea257ca6965014ddd60831bf4267fe167fd412.tar.bz2
gentoo-b1ea257ca6965014ddd60831bf4267fe167fd412.zip
x11-plugins/wmbiff: remove unused patch
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19207 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmbiff')
-rw-r--r--x11-plugins/wmbiff/files/wmbiff-0.4.35-fno-common.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-plugins/wmbiff/files/wmbiff-0.4.35-fno-common.patch b/x11-plugins/wmbiff/files/wmbiff-0.4.35-fno-common.patch
deleted file mode 100644
index 2320f17143de..000000000000
--- a/x11-plugins/wmbiff/files/wmbiff-0.4.35-fno-common.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur wmbiff-0.4.35.orig/wmbiff/wmbiff.c wmbiff-0.4.35/wmbiff/wmbiff.c
---- wmbiff-0.4.35.orig/wmbiff/wmbiff.c 2019-07-23 15:58:58.000000000 +0200
-+++ wmbiff-0.4.35/wmbiff/wmbiff.c 2020-03-08 12:25:32.766264038 +0100
-@@ -104,6 +104,8 @@
-
- Cursor busy_cursor, ready_cursor;
-
-+Display *display;
-+
- static __inline /*@out@ */ void *
- malloc_ordie(size_t len)
- {
-diff -Naur wmbiff-0.4.35.orig/wmgeneral/wmgeneral.h wmbiff-0.4.35/wmgeneral/wmgeneral.h
---- wmbiff-0.4.35.orig/wmgeneral/wmgeneral.h 2019-07-23 15:57:57.000000000 +0200
-+++ wmbiff-0.4.35/wmgeneral/wmgeneral.h 2020-03-08 12:25:16.223256712 +0100
-@@ -36,7 +36,7 @@
- /* Global variable */
- /*******************/
-
--Display *display;
-+extern Display *display;
-
- /***********************/
- /* Function Prototypes */