diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-06-05 03:05:04 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 17:58:36 +0100 |
commit | d426c5a4b2eac839497cc2cbeee4b87a1c9ee422 (patch) | |
tree | c3484b5625b583fc7da9cc3a7f53b4dc69186fa5 /Ports/libicu/patches | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/libicu/patches')
-rw-r--r-- | Ports/libicu/patches/0001-Set-host-to-serenity-in-configure.patch | 7 | ||||
-rw-r--r-- | Ports/libicu/patches/0002-Add-a-serenity-specific-makefile.patch | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/Ports/libicu/patches/0001-Set-host-to-serenity-in-configure.patch b/Ports/libicu/patches/0001-Set-host-to-serenity-in-configure.patch index 2a9f0cc087..11c12985c1 100644 --- a/Ports/libicu/patches/0001-Set-host-to-serenity-in-configure.patch +++ b/Ports/libicu/patches/0001-Set-host-to-serenity-in-configure.patch @@ -1,7 +1,7 @@ -From 8ab9c30e87cc95f6ad201eaa396c0ea2c62f9a41 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner <gbeutner@serenityos.org> Date: Mon, 16 May 2022 18:03:31 +0430 -Subject: [PATCH 1/2] Set host to serenity in configure +Subject: [PATCH] Set host to serenity in configure --- configure | 2 ++ @@ -20,6 +20,3 @@ index a2ff7e4..8283dc9 100755 *-*-mingw*) if test "$GCC" = yes; then cat confdefs.h - <<_ACEOF >conftest.$ac_ext --- -2.36.1 - diff --git a/Ports/libicu/patches/0002-Add-a-serenity-specific-makefile.patch b/Ports/libicu/patches/0002-Add-a-serenity-specific-makefile.patch index 418a410ac6..26bfaea7f8 100644 --- a/Ports/libicu/patches/0002-Add-a-serenity-specific-makefile.patch +++ b/Ports/libicu/patches/0002-Add-a-serenity-specific-makefile.patch @@ -1,7 +1,7 @@ -From 6ff2bd5db3af8d810810f9cd46897f9ab148fb0b Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Ali Mohammad Pur <mpfard@serenityos.org> Date: Mon, 16 May 2022 18:03:31 +0430 -Subject: [PATCH 2/2] Add a serenity-specific makefile +Subject: [PATCH] Add a serenity-specific makefile --- config/mh-serenity | 87 ++++++++++++++++++++++++++++++++++++++++++++++ @@ -101,6 +101,3 @@ index 0000000..53d6780 + +## End Linux-specific setup + --- -2.36.1 - |