aboutsummaryrefslogtreecommitdiff
path: root/x11/dmenu-wayland
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-09-05 20:43:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-09-05 20:43:23 +0000
commitf9dae2fc7cf7bc0a93724ad31b3f7b41a344bbce (patch)
tree515ce52093c332504f4b9658d3afbb5872aa5e3a /x11/dmenu-wayland
parent00aae7bdf361efdd4e0949df1d7aedd1af14e5a0 (diff)
downloadports-f9dae2fc7cf7bc0a93724ad31b3f7b41a344bbce.tar.gz
ports-f9dae2fc7cf7bc0a93724ad31b3f7b41a344bbce.zip
Revert r547341 tcberner have been faster than I did to address the problem
in r546805 Somehow I missed his commit and worked on an outdated tree when I worked on r547341 apparently
Notes
Notes: svn path=/head/; revision=547677
Diffstat (limited to 'x11/dmenu-wayland')
-rw-r--r--x11/dmenu-wayland/files/patch-dmenu.c10
-rw-r--r--x11/dmenu-wayland/files/patch-draw.h8
2 files changed, 0 insertions, 18 deletions
diff --git a/x11/dmenu-wayland/files/patch-dmenu.c b/x11/dmenu-wayland/files/patch-dmenu.c
deleted file mode 100644
index 287868e9a3d4..000000000000
--- a/x11/dmenu-wayland/files/patch-dmenu.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- dmenu.c.orig 2019-06-25 12:55:46 UTC
-+++ dmenu.c
-@@ -40,6 +40,7 @@ struct {
- int32_t scroll_right;
- } window_config;
-
-+const char *progname;
-
- static uint32_t color_bg = 0x222222ff;
- static uint32_t color_fg = 0xbbbbbbff;
diff --git a/x11/dmenu-wayland/files/patch-draw.h b/x11/dmenu-wayland/files/patch-draw.h
deleted file mode 100644
index c3b778e8efad..000000000000
--- a/x11/dmenu-wayland/files/patch-draw.h
+++ /dev/null
@@ -1,8 +0,0 @@
---- draw.h.orig 2019-06-25 12:55:46 UTC
-+++ draw.h
-@@ -96,4 +96,4 @@ void eprintf(const char *fmt, ...);
- void weprintf(const char *fmt, ...);
- int32_t round_to_int(double val);
-
--const char *progname;
-+extern const char *progname;