From ea9e3b05ef29c81339c410a86b17c2adf5a87c69 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Sun, 8 Jan 2017 22:10:05 +0800 Subject: luajit: move patches dir to the right place Closes #3792 Signed-off-by: Yousong Zhou --- lang/luajit/patches/010-lua-path.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lang/luajit/patches/010-lua-path.patch (limited to 'lang/luajit/patches') diff --git a/lang/luajit/patches/010-lua-path.patch b/lang/luajit/patches/010-lua-path.patch new file mode 100644 index 000000000..63df9a110 --- /dev/null +++ b/lang/luajit/patches/010-lua-path.patch @@ -0,0 +1,13 @@ +--- a/src/luaconf.h ++++ b/src/luaconf.h +@@ -35,8 +35,8 @@ + #ifndef LUA_LMULTILIB + #define LUA_LMULTILIB "lib" + #endif +-#define LUA_LROOT "/usr/local" +-#define LUA_LUADIR "/lua/5.1/" ++#define LUA_LROOT "/usr" ++#define LUA_LUADIR "/lua/" + #define LUA_LJDIR "/luajit-2.1.0-beta2/" + + #ifdef LUA_ROOT -- cgit v1.2.3