serenity/Ports/Super-Mario/patches
2022-01-16 10:32:50 +03:30
..
cwd.patch Ports: Don't crash when starting uMario outside of /opt/Super_Mario 2021-06-04 09:38:25 +02:00
disable_graphic_acceleration.patch Ports: Added a Super-Mario clone port. 2021-04-06 09:32:37 +02:00
fix_cmakelists.patch Ports: Added a Super-Mario clone port. 2021-04-06 09:32:37 +02:00
fix_fireball_header.patch Ports: Added a Super-Mario clone port. 2021-04-06 09:32:37 +02:00
gcc-11-static-initializers.patch Ports: Make Super Mario work with GCC 11 2021-04-29 10:33:44 +02:00
ReadMe.md Ports: Add ReadMe files explaining port patches that have explanations 2022-01-16 10:32:50 +03:30

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.