lua, bump version (#953)

This commit is contained in:
Schrijvers Luc
2016-12-26 20:25:18 +01:00
committed by waddlesplash
parent 30fffe67d3
commit e9f70a5d2f
3 changed files with 233 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
From 3baf23b0432d26f7e68dbeae519e7567d3a05f84 Mon Sep 17 00:00:00 2001
From: begasus <begasus@gmail.com>
Date: Sat, 24 Dec 2016 16:15:39 +0100
Subject: gcc2 patch
diff --git a/src/Makefile b/src/Makefile
index d71c75c..e33a907 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -6,8 +6,8 @@
# Your platform. See PLATS for possible values.
PLAT= none
-CC= gcc -std=gnu99
-CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS)
+CC= gcc
+CFLAGS= -O2 -Wall -DLUA_COMPAT_5_2 $(SYSCFLAGS) $(MYCFLAGS)
LDFLAGS= $(SYSLDFLAGS) $(MYLDFLAGS)
LIBS= -lm $(SYSLIBS) $(MYLIBS)
--
2.7.0