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/tinycc/patches | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/tinycc/patches')
-rw-r--r-- | Ports/tinycc/patches/0001-Disable-backtrace-on-serenity.patch | 7 | ||||
-rw-r--r-- | Ports/tinycc/patches/0002-Manually-set-the-target-os-instead-of-using-uname.patch | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/Ports/tinycc/patches/0001-Disable-backtrace-on-serenity.patch b/Ports/tinycc/patches/0001-Disable-backtrace-on-serenity.patch index 296ac2c72c..b8f32d7129 100644 --- a/Ports/tinycc/patches/0001-Disable-backtrace-on-serenity.patch +++ b/Ports/tinycc/patches/0001-Disable-backtrace-on-serenity.patch @@ -1,7 +1,7 @@ -From 141841053adcc378af0880381d13db5317182e3b Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev <bugaevc@gmail.com> Date: Wed, 2 Oct 2019 22:50:20 +0300 -Subject: [PATCH 1/2] Disable backtrace on serenity +Subject: [PATCH] Disable backtrace on serenity --- tcc.h | 2 +- @@ -20,6 +20,3 @@ index ccb3b60..8cd1b19 100644 # define CONFIG_TCC_BACKTRACE # if (defined TCC_TARGET_I386 || defined TCC_TARGET_X86_64 || \ defined TCC_TARGET_ARM || defined TCC_TARGET_ARM64 || \ --- -2.34.1 - diff --git a/Ports/tinycc/patches/0002-Manually-set-the-target-os-instead-of-using-uname.patch b/Ports/tinycc/patches/0002-Manually-set-the-target-os-instead-of-using-uname.patch index 385e3dad0e..8db56958c7 100644 --- a/Ports/tinycc/patches/0002-Manually-set-the-target-os-instead-of-using-uname.patch +++ b/Ports/tinycc/patches/0002-Manually-set-the-target-os-instead-of-using-uname.patch @@ -1,7 +1,7 @@ -From 47e11df165dacb5739aea943e548d73ad56818f0 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Sergey Bugaev <bugaevc@gmail.com> Date: Wed, 2 Oct 2019 22:50:20 +0300 -Subject: [PATCH 2/2] Manually set the target os instead of using uname +Subject: [PATCH] Manually set the target os instead of using uname --- configure | 2 +- @@ -20,6 +20,3 @@ index 5673d17..9bd864f 100755 case $targetos in Darwin) confvars="$confvars OSX" --- -2.34.1 - |