diff options
Diffstat (limited to 'Ports/gettext/patches')
-rw-r--r-- | Ports/gettext/patches/0001-Stub-out-the-getprogname-implementation.patch | 7 | ||||
-rw-r--r-- | Ports/gettext/patches/0002-Stub-out-some-wctype-functions.patch | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/Ports/gettext/patches/0001-Stub-out-the-getprogname-implementation.patch b/Ports/gettext/patches/0001-Stub-out-the-getprogname-implementation.patch index e0e1362be4..b0912f1787 100644 --- a/Ports/gettext/patches/0001-Stub-out-the-getprogname-implementation.patch +++ b/Ports/gettext/patches/0001-Stub-out-the-getprogname-implementation.patch @@ -1,7 +1,7 @@ -From 5eb27ed6f09fb3387c23fb6cd4c39204d4592787 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Ali Mohammad Pur <ali.mpfard@gmail.com> Date: Mon, 16 May 2022 15:44:53 +0430 -Subject: [PATCH 1/2] Stub out the getprogname() implementation +Subject: [PATCH] Stub out the getprogname() implementation --- gettext-runtime/gnulib-lib/getprogname.c | 2 ++ @@ -62,6 +62,3 @@ index 5e6f764..e800b89 100644 # else # error "getprogname module not ported to this OS" # endif --- -2.36.1 - diff --git a/Ports/gettext/patches/0002-Stub-out-some-wctype-functions.patch b/Ports/gettext/patches/0002-Stub-out-some-wctype-functions.patch index 085b94dead..6828c05b13 100644 --- a/Ports/gettext/patches/0002-Stub-out-some-wctype-functions.patch +++ b/Ports/gettext/patches/0002-Stub-out-some-wctype-functions.patch @@ -1,7 +1,7 @@ -From 83aa314598238bfcbd9d55aa96a3fbe937c45a81 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Ali Mohammad Pur <ali.mpfard@gmail.com> Date: Mon, 16 May 2022 15:45:32 +0430 -Subject: [PATCH 2/2] Stub out some wctype functions +Subject: [PATCH] Stub out some wctype functions --- gettext-tools/gnulib-lib/fnmatch.c | 12 ++++++++++++ @@ -30,6 +30,3 @@ index 3937ce3..84aa6e6 100644 #define IS_CHAR_CLASS(string) wctype (string) /* Avoid depending on library functions or files --- -2.36.1 - |