aboutsummaryrefslogtreecommitdiff
path: root/lang/lua-rings/patches/config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'lang/lua-rings/patches/config.patch')
-rw-r--r--lang/lua-rings/patches/config.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/lua-rings/patches/config.patch b/lang/lua-rings/patches/config.patch
index 5740faea9..05513782e 100644
--- a/lang/lua-rings/patches/config.patch
+++ b/lang/lua-rings/patches/config.patch
@@ -1,5 +1,5 @@
---- lua-rings-1.3.0_org/config 2014-06-04 15:24:24.223662038 +0800
-+++ lua-rings-1.3.0/config 2014-06-04 16:16:15.183594040 +0800
+--- a/config
++++ b/config
@@ -1,15 +1,15 @@
# Installation directories
@@ -19,7 +19,7 @@
# Lua includes directory
LUA_INC ?= $(PREFIX)/include
-@@ -24,6 +24,5 @@
+@@ -24,6 +24,5 @@ LIBNAME ?= $T.so.$V
WARN ?= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings -Wpointer-arith -pedantic
INCS ?= -I$(LUA_INC)
CFLAGS ?= $(WARN) $(INCS)