summaryrefslogtreecommitdiff
path: root/Ports/gltron/patches/0003-Build-Remove-ansi-build-argument.patch
blob: 34db1f896462662d0150036c3e8ba5b44b5a0392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Jelle Raaijmakers <jelle@gmta.nl>
Date: Mon, 9 May 2022 00:30:54 +0200
Subject: [PATCH] Build: Remove `-ansi` build argument

---
 lua/src/Makefile.in     | 2 +-
 lua/src/lib/Makefile.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lua/src/Makefile.in b/lua/src/Makefile.in
index 22ee463..fa110ef 100644
--- a/lua/src/Makefile.in
+++ b/lua/src/Makefile.in
@@ -84,7 +84,7 @@ noinst_LIBRARIES = liblua.a
 
 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
 
diff --git a/lua/src/lib/Makefile.in b/lua/src/lib/Makefile.in
index e2f256f..d2f4040 100644
--- a/lua/src/lib/Makefile.in
+++ b/lua/src/lib/Makefile.in
@@ -82,7 +82,7 @@ noinst_LIBRARIES = liblualib.a
 
 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