summaryrefslogtreecommitdiff
path: root/Ports/angband/patches/ReadMe.md
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/angband/patches/ReadMe.md')
-rw-r--r--Ports/angband/patches/ReadMe.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/Ports/angband/patches/ReadMe.md b/Ports/angband/patches/ReadMe.md
index a55e0eceab..2715af365e 100644
--- a/Ports/angband/patches/ReadMe.md
+++ b/Ports/angband/patches/ReadMe.md
@@ -1,10 +1,10 @@
# Patches for angband
-## `use-sdl2-config.patch`
-
-Replaces uses of the system `sdl2-config` with the one from serenity.
-
## `disable-accelerated-rendering.patch`
Disable SDL2 hardware acceleration as we do not support that.
+## `fix-sdl-prefix-handling.patch`
+
+Fix up some copy-paste and logic mistakes in the configure script that
+prevent us from setting a prefix for the SDL installation.