ladybird/Ports/gltron/patches/ReadMe.md
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

431 B

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.