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/angband | |
parent | d69a79b03b8f2853b60773e38553d662a01ac269 (diff) | |
download | serenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip |
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/angband')
-rw-r--r-- | Ports/angband/patches/0001-Disable-hardware-acceleration.patch | 7 | ||||
-rw-r--r-- | Ports/angband/patches/0002-Fix-up-SDL-path-handling.patch | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/Ports/angband/patches/0001-Disable-hardware-acceleration.patch b/Ports/angband/patches/0001-Disable-hardware-acceleration.patch index 6fec9c2b8f..5b7087703f 100644 --- a/Ports/angband/patches/0001-Disable-hardware-acceleration.patch +++ b/Ports/angband/patches/0001-Disable-hardware-acceleration.patch @@ -1,7 +1,7 @@ -From 03f7c6e9c77b5084fd5a2b32b3c6f13c152a52b5 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Tim Schumacher <timschumi@gmx.de> Date: Sun, 17 Oct 2021 15:44:23 +0200 -Subject: [PATCH 1/2] Disable hardware acceleration +Subject: [PATCH] Disable hardware acceleration We don't support this, so disable it. --- @@ -32,6 +32,3 @@ index a678c29..51a343c 100644 window->config->renderer_flags = SDL_RENDERER_SOFTWARE; } else { return PARSE_ERROR_INVALID_VALUE; --- -2.36.1 - diff --git a/Ports/angband/patches/0002-Fix-up-SDL-path-handling.patch b/Ports/angband/patches/0002-Fix-up-SDL-path-handling.patch index 0825886f49..656ad99008 100644 --- a/Ports/angband/patches/0002-Fix-up-SDL-path-handling.patch +++ b/Ports/angband/patches/0002-Fix-up-SDL-path-handling.patch @@ -1,7 +1,7 @@ -From dce25b95be530cb0d9c650fc93de34ac94161ee3 Mon Sep 17 00:00:00 2001 +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Tim Schumacher <timschumi@gmx.de> Date: Wed, 6 Apr 2022 02:25:34 +0200 -Subject: [PATCH 2/2] Fix up SDL path handling +Subject: [PATCH] Fix up SDL path handling Fix up some copy-paste and logic mistakes in the configure script that prevent us from setting a prefix for the SDL installation. @@ -69,6 +69,3 @@ index c56ed42..d6e8e85 100755 LIBS="${LIBS} ${SDL_LIBS}" if test "$enable_sdl" = "yes"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IMG_LoadPNG_RW in -lSDL_image" >&5 --- -2.36.1 - |