From d641c9d06b687b2a89f160ad4020ab4c2f663a66 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 24 Jun 2013 15:45:34 +0000 Subject: main/lua5.2: moved from testing --- testing/lua5.2/lua-5.2-module_paths.patch | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 testing/lua5.2/lua-5.2-module_paths.patch (limited to 'testing/lua5.2/lua-5.2-module_paths.patch') diff --git a/testing/lua5.2/lua-5.2-module_paths.patch b/testing/lua5.2/lua-5.2-module_paths.patch deleted file mode 100644 index 3d0b3c21b6..0000000000 --- a/testing/lua5.2/lua-5.2-module_paths.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff --git a/src/luaconf.h b/src/luaconf.h -index df802c9..f8f64e0 100644 ---- a/src/luaconf.h -+++ b/src/luaconf.h -@@ -101,13 +101,19 @@ - - #define LUA_VDIR LUA_VERSION_MAJOR "." LUA_VERSION_MINOR "/" - #define LUA_ROOT "/usr/local/" -+#define LUA_ROOT2 "/usr/" - #define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR -+#define LUA_LDIR2 LUA_ROOT2 "share/lua/" LUA_VDIR - #define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR -+#define LUA_CDIR2 LUA_ROOT2 "lib/lua/" LUA_VDIR - #define LUA_PATH_DEFAULT \ - LUA_LDIR"?.lua;" LUA_LDIR"?/init.lua;" \ -- LUA_CDIR"?.lua;" LUA_CDIR"?/init.lua;" "./?.lua" -+ LUA_LDIR2"?.lua;" LUA_LDIR2"?/init.lua;" \ -+ LUA_CDIR"?.lua;" LUA_CDIR"?/init.lua;" "./?.lua;" \ -+ LUA_CDIR2"?.lua;" LUA_CDIR2"?/init.lua;" "./?.lua" - #define LUA_CPATH_DEFAULT \ -- LUA_CDIR"?.so;" LUA_CDIR"loadall.so;" "./?.so" -+ LUA_CDIR"?.so;" LUA_CDIR"loadall.so;" \ -+ LUA_CDIR2"?.so;" LUA_CDIR2"loadall.so;" "./?.so" - #endif /* } */ - - -- cgit v1.2.3