mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
.. | ||
0001-Build-Replace-lGL-with-lgl-to-reference-our-LibGL.patch | ||
0002-Build-Remove-ansi-build-argument.patch | ||
0003-Build-Fix-char-vs.-const-char-arguments.patch | ||
0004-System-Make-sure-to-exit-the-loop-on-receiving-SDL_Q.patch | ||
ReadMe.md |
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.