f752002d22ac5fe6977f859f239aed67c83c4d9c
[feed/packages.git] / lang / luajit2 / patches / 010-lua-path.patch
1 --- a/src/luaconf.h
2 +++ b/src/luaconf.h
3 @@ -35,8 +35,8 @@
4 #ifndef LUA_LMULTILIB
5 #define LUA_LMULTILIB "lib"
6 #endif
7 -#define LUA_LROOT "/usr/local"
8 -#define LUA_LUADIR "/lua/5.1/"
9 +#define LUA_LROOT "/usr"
10 +#define LUA_LUADIR "/lua/"
11 #define LUA_LJDIR "/luajit-2.1.0-beta3/"
12
13 #ifdef LUA_ROOT