mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
Patches for gltron on SerenityOS
0001-Build-Replace-lGL-with-lgl-to-reference-our-LibGL.patch
Build: Replace -lGL
with -lgl
to reference our LibGL
0002-Build-Remove-ansi-build-argument.patch
Build: Remove -ansi
build argument
0003-Build-Fix-char-vs.-const-char-arguments.patch
Build: Fix char*
vs. const char*
arguments
These arguments are of the wrong constness, which will trip our compiler.
0004-System-Make-sure-to-exit-the-loop-on-receiving-SDL_Q.patch
System: Make sure to exit the loop on receiving SDL_QUIT
This is fixed in more modern adaptations, as can be seen here:
336dbbb75a/nebu/base/system.c (L135)
Since we work with the original source material, we better patch this ourselves.