mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:27:35 +00:00
Ports: Add ReadMe files explaining port patches that have explanations
This commit is contained in:
parent
d543db0286
commit
a906ff5884
14 changed files with 204 additions and 0 deletions
23
Ports/Super-Mario/patches/ReadMe.md
Normal file
23
Ports/Super-Mario/patches/ReadMe.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Patches for Super-Mario
|
||||
|
||||
## `cwd.patch`
|
||||
|
||||
`chdir()`s to the installed directory before execution.
|
||||
|
||||
## `gcc-11-static-initializers.patch`
|
||||
|
||||
Removes global static initializers.
|
||||
Presumably not needed anymore.
|
||||
|
||||
## `fix_cmakelists.patch`
|
||||
|
||||
Use `FindPkgConfig` instead of `find_package()` to locate SDL2.
|
||||
|
||||
## `fix_fireball_header.patch`
|
||||
|
||||
Fixes a header include name.
|
||||
|
||||
## `disable_graphic_acceleration.patch`
|
||||
|
||||
Disables SDL2 hardware acceleration as we don't support that.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue