diff options
author | Kenneth Myhra <kennethmyhra@gmail.com> | 2022-04-27 23:35:01 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-04-29 22:49:25 +0200 |
commit | 1cc69edc348ff703dfcc68e7d0f32910204be089 (patch) | |
tree | 5cddeb9a6853deaf146b16e4cd311fc3ed94b31c /Ports/gettext | |
parent | 27793bf76cdc7690b688297b4b648e05f69c2018 (diff) | |
download | serenity-1cc69edc348ff703dfcc68e7d0f32910204be089.zip |
Ports: Remove no longer needed fnmatch.patch
We already have LibC/fnmatch.h with the necessary defines so these
patches are no longer needed.
Diffstat (limited to 'Ports/gettext')
-rw-r--r-- | Ports/gettext/patches/fnmatch.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Ports/gettext/patches/fnmatch.patch b/Ports/gettext/patches/fnmatch.patch deleted file mode 100644 index 13466ca840..0000000000 --- a/Ports/gettext/patches/fnmatch.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Naur gettext-0.21/gettext-tools/gnulib-lib/fnmatch_loop.c gettext-0.21.serenity/gettext-tools/gnulib-lib/fnmatch_loop.c ---- gettext-0.21/gettext-tools/gnulib-lib/fnmatch_loop.c 2020-06-26 21:57:10.000000000 +0200 -+++ gettext-0.21.serenity/gettext-tools/gnulib-lib/fnmatch_loop.c 2021-05-08 05:06:59.944736766 +0200 -@@ -19,6 +19,10 @@ - # include <stdint.h> - #endif - -+#ifdef __serenity__ -+# define FNM_EXTMATCH 9000 -+#endif -+ - struct STRUCT - { - const CHAR *pattern; |