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/SDL2 | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/SDL2')
-rw-r--r-- | Ports/SDL2/patches/0001-Add-SerenityOS-platform-support.patch | 7 | ||||
-rw-r--r-- | Ports/SDL2/patches/0002-Make-sdl2-config-prefixes-configurable-again.patch | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/Ports/SDL2/patches/0001-Add-SerenityOS-platform-support.patch b/Ports/SDL2/patches/0001-Add-SerenityOS-platform-support.patch index fa08ac5270..d485cda6f3 100644 --- a/Ports/SDL2/patches/0001-Add-SerenityOS-platform-support.patch +++ b/Ports/SDL2/patches/0001-Add-SerenityOS-platform-support.patch @@ -1,7 +1,7 @@ -From f9447fa6782eef2c4791c963cedf469d9062c792 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Andreas Kling <kling@serenityos.org> Date: Sat, 27 Mar 2021 22:05:09 +0100 -Subject: [PATCH 1/2] Add SerenityOS platform support +Subject: [PATCH] Add SerenityOS platform support Co-Authored-By: Robin Burchell <robin+git@viroteck.net> Co-Authored-By: tgsm <doodrabbit@hotmail.com> @@ -1704,6 +1704,3 @@ index 0000000..b5c6759 +#endif /* SDL_serenityvideo_h_ */ + +/* vi: set ts=4 sw=4 expandtab: */ --- -2.36.1 - diff --git a/Ports/SDL2/patches/0002-Make-sdl2-config-prefixes-configurable-again.patch b/Ports/SDL2/patches/0002-Make-sdl2-config-prefixes-configurable-again.patch index e5b07e9a0f..d7811d7da2 100644 --- a/Ports/SDL2/patches/0002-Make-sdl2-config-prefixes-configurable-again.patch +++ b/Ports/SDL2/patches/0002-Make-sdl2-config-prefixes-configurable-again.patch @@ -1,7 +1,7 @@ -From a788810465ed48f0c80494a463a89eec262acd60 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Tim Schumacher <timschumi@gmx.de> Date: Sat, 21 May 2022 23:33:31 +0200 -Subject: [PATCH 2/2] Make sdl2-config prefixes configurable again +Subject: [PATCH] Make sdl2-config prefixes configurable again These were accidentally removed in 6956f4aa1982b66b234026b46f7bb2dd44c67894. @@ -26,6 +26,3 @@ index 2400d53..7a55d25 100644 if(SDL_STATIC) set(ENABLE_STATIC_TRUE "") set(ENABLE_STATIC_FALSE "#") --- -2.36.1 - |