diff options
author | Kiyoshi Aman <kiyoshi.aman+apkfission@gmail.com> | 2019-01-10 18:58:50 -0600 |
---|---|---|
committer | Kiyoshi Aman <kiyoshi.aman+apkfission@gmail.com> | 2019-01-10 18:58:50 -0600 |
commit | 5512f333a809d7914d4bdf210f0f41e6885aa214 (patch) | |
tree | 92eadf1bf99fce2332ca672e77f438201cf14986 /user/icewm/fix-globit.patch | |
parent | 3e010a93325af3c409140f2860434010f69a90a5 (diff) | |
download | packages-5512f333a809d7914d4bdf210f0f41e6885aa214.tar.gz packages-5512f333a809d7914d4bdf210f0f41e6885aa214.tar.bz2 packages-5512f333a809d7914d4bdf210f0f41e6885aa214.tar.xz packages-5512f333a809d7914d4bdf210f0f41e6885aa214.zip |
user/icewm: upgrade to 1.5.1
Diffstat (limited to 'user/icewm/fix-globit.patch')
-rw-r--r-- | user/icewm/fix-globit.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/user/icewm/fix-globit.patch b/user/icewm/fix-globit.patch deleted file mode 100644 index be04bd219..000000000 --- a/user/icewm/fix-globit.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 3817103bae789b2bff7cf8c1bbe2255b60878ab3 Mon Sep 17 00:00:00 2001 -From: Bert Gijsbers <gijsbers@science.uva.nl> -Date: Sun, 3 Jun 2018 09:34:12 +0200 -Subject: [PATCH] portability - ---- - src/globit.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/globit.c b/src/globit.c -index 9bc8dc76..726c8bd8 100644 ---- a/src/globit.c -+++ b/src/globit.c -@@ -143,7 +143,9 @@ globit_best(const char *pattern_, char **result) - } else if (*pattern == '~') { - /* yes, tilde */ - is_absolute = 2; -+#ifdef GLOB_TILDE - glob_flags |= GLOB_TILDE; -+#endif - /* any slash in the pattern? */ - while (*cp && *cp != '/') - ++cp; |