1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 09:17:45 +00:00

Ports: Remove no longer needed fnmatch.patch

We already have LibC/fnmatch.h with the necessary defines so these
patches are no longer needed.
This commit is contained in:
Kenneth Myhra 2022-04-27 23:35:01 +02:00 committed by Linus Groh
parent 27793bf76c
commit 1cc69edc34
4 changed files with 0 additions and 62 deletions

View file

@ -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;