1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:37:44 +00:00

Ports/SDLPoP: Remove an unnecessary patch

This patch removed some previously unsupported scanf format specifiers.

We still don't support these properly, but we can parse and ignore
them, which is equivalent to what this patch was doing.
This commit is contained in:
Tim Ledbetter 2023-08-13 12:38:28 +01:00 committed by Tim Schumacher
parent 43b4e84d9c
commit 5a04781224
5 changed files with 4 additions and 60 deletions

View file

@ -13,14 +13,7 @@ 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`
## `0003-Fix-SDL2-include-path.patch`
Fix SDL2 include path