ladybird/Ports/gltron/patches
2022-06-20 23:24:45 +01:00
..
0001-Build-Replace-lGL-with-lgl-to-reference-our-LibGL.patch Ports/gltron: Use sdl12-compat instead of SDL2 2022-06-20 23:24:45 +01:00
0002-Build-Remove-ansi-build-argument.patch Ports/gltron: Use sdl12-compat instead of SDL2 2022-06-20 23:24:45 +01:00
0003-Build-Fix-char-vs.-const-char-arguments.patch Ports/gltron: Use sdl12-compat instead of SDL2 2022-06-20 23:24:45 +01:00
0004-Build-Disable-nebu-using-SDL-s-glext.h-constants.patch Ports/gltron: Use sdl12-compat instead of SDL2 2022-06-20 23:24:45 +01:00
ReadMe.md Ports/gltron: Use sdl12-compat instead of SDL2 2022-06-20 23:24:45 +01: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-Build-Disable-nebu-using-SDL-s-glext.h-constants.patch

Build: Disable nebu using SDL's glext.h constants

SerenityOS provides glext.h definitions inside GL/gl.h, but the build process thinks that glext.h doesn't exist, therefore it attempts to use SDL's definitions, which leads to a conflict. Therefore, disable use of said definitions.