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/awk | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/awk')
-rw-r--r-- | Ports/awk/patches/0001-Make-it-possible-to-override-HOSTCC-and-CC-from-the-.patch | 7 | ||||
-rw-r--r-- | Ports/awk/patches/0002-Make-the-version-descriptor-match-the-built-tag.patch | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/Ports/awk/patches/0001-Make-it-possible-to-override-HOSTCC-and-CC-from-the-.patch b/Ports/awk/patches/0001-Make-it-possible-to-override-HOSTCC-and-CC-from-the-.patch index c2dc8c75ac..ecec1eec48 100644 --- a/Ports/awk/patches/0001-Make-it-possible-to-override-HOSTCC-and-CC-from-the-.patch +++ b/Ports/awk/patches/0001-Make-it-possible-to-override-HOSTCC-and-CC-from-the-.patch @@ -1,7 +1,7 @@ -From 54cc5812382bc7d3b5e2d1ef0c3a18a60fa896b7 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mattias Nilsson <mattias.nilsson@nshift.com> Date: Mon, 4 Apr 2022 22:05:38 +0200 -Subject: [PATCH 1/2] Make it possible to override HOSTCC and CC from the +Subject: [PATCH] Make it possible to override HOSTCC and CC from the environment --- @@ -23,6 +23,3 @@ index 9ceaaad..6b9dff5 100644 # By fiat, to make our lives easier, yacc is now defined to be bison. # If you want something else, you're on your own. --- -2.36.1 - diff --git a/Ports/awk/patches/0002-Make-the-version-descriptor-match-the-built-tag.patch b/Ports/awk/patches/0002-Make-the-version-descriptor-match-the-built-tag.patch index 0144fb6d39..dc3538db00 100644 --- a/Ports/awk/patches/0002-Make-the-version-descriptor-match-the-built-tag.patch +++ b/Ports/awk/patches/0002-Make-the-version-descriptor-match-the-built-tag.patch @@ -1,7 +1,7 @@ -From 8228e4130e9c373b24f87458bc7248272146bbac Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Mattias Nilsson <mattias.nilsson@nshift.com> Date: Mon, 4 Apr 2022 22:05:38 +0200 -Subject: [PATCH 2/2] Make the version descriptor match the built tag +Subject: [PATCH] Make the version descriptor match the built tag --- main.c | 2 +- @@ -20,6 +20,3 @@ index 986f1a3..e22f097 100644 #define DEBUG #include <stdio.h> --- -2.36.1 - |