aports/main/highlight/lua5.1-compat.patch
2014-07-02 14:23:56 +02:00

12 lines
286 B
Diff

--- a/src/makefile
+++ b/src/makefile
@@ -38,7 +38,7 @@
# - remove -DUSE_LUA52
# - use lua5.1 in the pkg-config calls
-LUA_CFLAGS=$(shell pkg-config --cflags lua) -DUSE_LUA52
+LUA_CFLAGS=$(shell pkg-config --cflags lua)
# default lua lib
LUA_LIBS=$(shell pkg-config --libs lua)