ladybird/Ports/gltron/patches/lua_makefile_in.patch
Jelle Raaijmakers c7e021c1f1 Ports: Add GLTron
The patches mainly convert this SDL1 game to SDL2. It has some
graphical artifacts, but it's playable!
2022-01-11 23:47:42 +01:00

22 lines
739 B
Diff

--- gltron-0.70/lua/src/lib/Makefile.in 2003-12-14 09:00:20.000000000 +0000
+++ gltron-0.70-patched/lua/src/lib/Makefile.in 2022-01-10 00:05:42.499282291 +0000
@@ -82,7 +82,7 @@
DEFS =
CPPFLAGS =
-CFLAGS = -ansi -pedantic -Wall -I$(srcdir)/.. -I$(top_srcdir)/lua/include
+CFLAGS = -pedantic -Wall -I$(srcdir)/.. -I$(top_srcdir)/lua/include
LDFLAGS =
LIBS = -lm
--- gltron-0.70/lua/src/Makefile.in 2003-12-14 09:00:20.000000000 +0000
+++ gltron-0.70-patched/lua/src/Makefile.in 2022-01-10 00:05:33.643271402 +0000
@@ -84,7 +84,7 @@
DEFS =
AM_CPPFLAGS =
-AM_CFLAGS = -ansi -pedantic -Wall -I$(srcdir) -I$(top_srcdir)/lua/include
+AM_CFLAGS = -pedantic -Wall -I$(srcdir) -I$(top_srcdir)/lua/include
LDFLAGS =
LIBS = -lm