serenity/Ports/SDLPoP/patches
2022-06-08 17:58:36 +01:00
..
0001-Disable-some-extra-features.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
0002-Use-the-correct-include-paths-for-SDL.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
0003-Remove-some-unsupported-scanf-format-specifiers.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
0004-Fix-SDL2-include-path.patch Ports: Format patches without numbering, commit hash or version number 2022-06-08 17:58:36 +01:00
ReadMe.md Ports: Update SDLPoP's patches to use git patches 2022-05-19 20:17:10 +04:30

Patches for SDLPoP on SerenityOS

0001-Disable-some-extra-features.patch

Disable some extra features

This just disables some extra features the game has such as screenshots, hardware acceleration, etc.

0002-Use-the-correct-include-paths-for-SDL.patch

Use the correct include paths for SDL

The SDL port is installed into /usr/local, and its headers are accessible as <SDL2/...>.

0003-Remove-some-unsupported-scanf-format-specifiers.patch

Remove some unsupported scanf format specifiers

(Note that scanf has been rewritten since and probably supports these modifiers now, so this patch might not be necessary)

0004-Fix-SDL2-include-path.patch

Fix SDL2 include path

SDL2 headers are installed into /usr/local under SDL2, make it so they're found.