ladybird/Ports/gltron/patches
Jelle Raaijmakers 215d68baf6 Ports: Remove gltron patch for glext.h
This is no longer necessary since we have resolved most conflicts with
SDL2's version of the GL constants.
2023-01-03 19:48:16 -05:00
..
0001-Build-Replace-lGL-with-lgl-to-reference-our-LibGL.patch Ports: Remove gltron patch for glext.h 2023-01-03 19:48:16 -05:00
0002-Build-Remove-ansi-build-argument.patch Ports: Remove gltron patch for glext.h 2023-01-03 19:48:16 -05:00
0003-Build-Fix-char-vs.-const-char-arguments.patch Ports: Remove gltron patch for glext.h 2023-01-03 19:48:16 -05:00
ReadMe.md Ports: Remove gltron patch for glext.h 2023-01-03 19:48:16 -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.