sources/luajit/luajit-arch.patch
changeset 13 a52a8259d60f
parent 12 faa5eb587542
equal deleted inserted replaced
12:faa5eb587542 13:a52a8259d60f
     1 diff -ruN LuaJIT-1.1.3.orig/src/luaconf.h LuaJIT-1.1.3/src/luaconf.h
       
     2 --- LuaJIT-1.1.3.orig/src/luaconf.h	2007-05-24 13:30:00.000000000 +0200
       
     3 +++ LuaJIT-1.1.3/src/luaconf.h	2007-11-02 06:28:59.000000000 +0100
       
     4 @@ -94,7 +94,7 @@
       
     5  	".\\?.dll;"  LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll"
       
     6  
       
     7  #else
       
     8 -#define LUA_ROOT	"/usr/local/"
       
     9 +#define LUA_ROOT	"/usr"
       
    10  #define LUA_LDIR	LUA_ROOT "share/lua/5.1/"
       
    11  #define LUA_CDIR	LUA_ROOT "lib/lua/5.1/"
       
    12  #define LUA_PATH_DEFAULT  \