summarylogtreecommitdiffstats
path: root/luaver.patch
diff options
context:
space:
mode:
authorAurifier2016-10-04 14:47:15 -0400
committerAurifier2016-10-04 14:47:15 -0400
commit8db9e9eea387c168c9d44fed1cc2e7bab0fcf3a5 (patch)
treee64aeec8c13ae0c0e38ae271224f1e4e0ea9524a /luaver.patch
parent2a27cb3358d782b072c27116814edee16b26600e (diff)
downloadaur-electricsheep-svn.tar.gz
Apply some monkey-patches to get this to build. Need to either depend on old libav or patch code.
Diffstat (limited to 'luaver.patch')
-rw-r--r--luaver.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/luaver.patch b/luaver.patch
new file mode 100644
index 000000000000..3b014a23c3aa
--- /dev/null
+++ b/luaver.patch
@@ -0,0 +1,11 @@
+--- client_generic/configure.ac 2016-10-04 06:05:56.577882696 -0400
++++ ../../configure.ac 2016-10-04 14:40:19.148741667 -0400
+@@ -164,7 +164,7 @@
+
+ dnl Check for lua
+
+-PKG_CHECK_MODULES([LUA], [lua5.1],,
++PKG_CHECK_MODULES([LUA], [lua51],,
+ [PKG_CHECK_MODULES([LUA], [lua >= 5.1])
+ ])
+