From 82a834f486080fcf27760bc2e2494365ed5aba7e Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Wed, 2 Jul 2014 12:28:55 +0200 Subject: testing/highlight: new aport --- testing/highlight/lua5.1-compat.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/highlight/lua5.1-compat.patch (limited to 'testing/highlight/lua5.1-compat.patch') diff --git a/testing/highlight/lua5.1-compat.patch b/testing/highlight/lua5.1-compat.patch new file mode 100644 index 0000000000..8fe59e9fb2 --- /dev/null +++ b/testing/highlight/lua5.1-compat.patch @@ -0,0 +1,11 @@ +--- 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) -- cgit v1.2.3