aboutsummaryrefslogtreecommitdiffstats
path: root/testing/highlight/lua5.1-compat.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2014-07-02 12:28:55 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2014-07-02 12:30:17 +0200
commit82a834f486080fcf27760bc2e2494365ed5aba7e (patch)
treedd433eedf684072d5edd845968af848e18cc4711 /testing/highlight/lua5.1-compat.patch
parent8a4e3336184f3e320d913b73ecf789bd4ac96dec (diff)
downloadaports-82a834f486080fcf27760bc2e2494365ed5aba7e.tar.bz2
aports-82a834f486080fcf27760bc2e2494365ed5aba7e.tar.xz
testing/highlight: new aport
Diffstat (limited to 'testing/highlight/lua5.1-compat.patch')
-rw-r--r--testing/highlight/lua5.1-compat.patch11
1 files changed, 11 insertions, 0 deletions
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)