summaryrefslogtreecommitdiff
path: root/Ports/gettext/patches
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2022-06-05 03:05:04 +0200
committerLinus Groh <mail@linusgroh.de>2022-06-08 17:58:36 +0100
commitd426c5a4b2eac839497cc2cbeee4b87a1c9ee422 (patch)
treec3484b5625b583fc7da9cc3a7f53b4dc69186fa5 /Ports/gettext/patches
parentd69a79b03b8f2853b60773e38553d662a01ac269 (diff)
downloadserenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/gettext/patches')
-rw-r--r--Ports/gettext/patches/0001-Stub-out-the-getprogname-implementation.patch7
-rw-r--r--Ports/gettext/patches/0002-Stub-out-some-wctype-functions.patch7
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
-