aboutsummaryrefslogtreecommitdiffstats
path: root/testing/highlight/lua5.1-compat.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2014-07-02 14:23:56 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2014-07-02 14:23:56 +0200
commit99a09241cd07be917549fe64d20532648946a6c5 (patch)
tree69a6122980a4a02d30172909ab8589970a52c5d6 /testing/highlight/lua5.1-compat.patch
parent82a834f486080fcf27760bc2e2494365ed5aba7e (diff)
downloadaports-99a09241cd07be917549fe64d20532648946a6c5.tar.bz2
aports-99a09241cd07be917549fe64d20532648946a6c5.tar.xz
testing/highlight: move to main
Diffstat (limited to 'testing/highlight/lua5.1-compat.patch')
-rw-r--r--testing/highlight/lua5.1-compat.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/highlight/lua5.1-compat.patch b/testing/highlight/lua5.1-compat.patch
deleted file mode 100644
index 8fe59e9fb2..0000000000
--- a/testing/highlight/lua5.1-compat.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)