summaryrefslogtreecommitdiff
path: root/Ports/fheroes2/patches
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2022-06-05 03:05:04 +0200
committerLinus Groh <mail@linusgroh.de>2022-06-08 17:58:36 +0100
commitd426c5a4b2eac839497cc2cbeee4b87a1c9ee422 (patch)
treec3484b5625b583fc7da9cc3a7f53b4dc69186fa5 /Ports/fheroes2/patches
parentd69a79b03b8f2853b60773e38553d662a01ac269 (diff)
downloadserenity-d426c5a4b2eac839497cc2cbeee4b87a1c9ee422.zip
Ports: Format patches without numbering, commit hash or version number
Diffstat (limited to 'Ports/fheroes2/patches')
-rw-r--r--Ports/fheroes2/patches/0001-Include-endian.h-on-serenity-as-well.patch7
-rw-r--r--Ports/fheroes2/patches/0002-Use-pkg-config-for-SDL_-and-SDL2.patch7
-rw-r--r--Ports/fheroes2/patches/0003-Disable-SDL-s-accelerated-rendering.patch7
3 files changed, 6 insertions, 15 deletions
diff --git a/Ports/fheroes2/patches/0001-Include-endian.h-on-serenity-as-well.patch b/Ports/fheroes2/patches/0001-Include-endian.h-on-serenity-as-well.patch
index fa3afe29d0..18326ee201 100644
--- a/Ports/fheroes2/patches/0001-Include-endian.h-on-serenity-as-well.patch
+++ b/Ports/fheroes2/patches/0001-Include-endian.h-on-serenity-as-well.patch
@@ -1,7 +1,7 @@
-From eda93d38b7677a38e5027bccfa48d55c94242f4e Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Michael Manganiello <adamantike@users.noreply.github.com>
Date: Sun, 27 Mar 2022 12:52:11 -0300
-Subject: [PATCH 1/3] Include <endian.h> on serenity as well
+Subject: [PATCH] Include <endian.h> on serenity as well
---
src/engine/endian_h2.h | 2 +-
@@ -20,6 +20,3 @@ index 7d1fa27..9144a91 100644
#include <endian.h>
#elif defined( __FreeBSD__ ) || defined( __OpenBSD__ )
---
-2.36.1
-
diff --git a/Ports/fheroes2/patches/0002-Use-pkg-config-for-SDL_-and-SDL2.patch b/Ports/fheroes2/patches/0002-Use-pkg-config-for-SDL_-and-SDL2.patch
index 1ac99e8ca9..0915ed6221 100644
--- a/Ports/fheroes2/patches/0002-Use-pkg-config-for-SDL_-and-SDL2.patch
+++ b/Ports/fheroes2/patches/0002-Use-pkg-config-for-SDL_-and-SDL2.patch
@@ -1,7 +1,7 @@
-From 315d38c29eac54f3db525a7077279c37f1d83b15 Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Michael Manganiello <adamantike@users.noreply.github.com>
Date: Sun, 27 Mar 2022 12:52:11 -0300
-Subject: [PATCH 2/3] Use pkg-config for SDL_* and SDL2
+Subject: [PATCH] Use pkg-config for SDL_* and SDL2
---
CMakeLists.txt | 9 ++++++---
@@ -63,6 +63,3 @@ index 8a1fbeb..b9df312 100644
Threads::Threads # To match the build settings of the main app
ZLIB::ZLIB
)
---
-2.36.1
-
diff --git a/Ports/fheroes2/patches/0003-Disable-SDL-s-accelerated-rendering.patch b/Ports/fheroes2/patches/0003-Disable-SDL-s-accelerated-rendering.patch
index 9d3882f230..017f433485 100644
--- a/Ports/fheroes2/patches/0003-Disable-SDL-s-accelerated-rendering.patch
+++ b/Ports/fheroes2/patches/0003-Disable-SDL-s-accelerated-rendering.patch
@@ -1,7 +1,7 @@
-From 50f72a8d38355f2d9814cc6f507301b11bcbe02f Mon Sep 17 00:00:00 2001
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Michael Manganiello <adamantike@users.noreply.github.com>
Date: Sun, 27 Mar 2022 12:52:11 -0300
-Subject: [PATCH 3/3] Disable SDL's accelerated rendering
+Subject: [PATCH] Disable SDL's accelerated rendering
---
src/engine/screen.cpp | 4 ++--
@@ -24,6 +24,3 @@ index 9cd9ccb..f4fe315 100644
}
void _createPalette()
---
-2.36.1
-