]> git.pld-linux.org Git - packages/vlc.git/blob - vlc-buildflags.patch
renenerage plugin cache in vlc-X11
[packages/vlc.git] / vlc-buildflags.patch
1 --- vlc-1.1.1/configure.ac~     2010-07-19 23:21:46.000000000 +0200
2 +++ vlc-1.1.1/configure.ac      2010-07-22 09:14:02.123884890 +0200
3 @@ -1511,7 +1511,7 @@
4      [
5      AC_MSG_WARN([${LUA_PKG_ERRORS}, trying lua 5.1 instead])
6  
7 -    PKG_CHECK_MODULES(LUA, lua5.1,
8 +    PKG_CHECK_MODULES(LUA, lua51,
9        [ have_lua=yes ],
10        [
11        AC_MSG_WARN([${LUA_PKG_ERRORS}, trying lua >= 5.1 instead])
12 @@ -1644,7 +1644,7 @@
13        AC_MSG_ERROR([Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error.])
14    fi
15    AC_ARG_VAR([LUAC], [LUA byte compiler])
16 -  AC_PATH_PROGS(LUAC,[${LUAC} luac], [false])
17 +  AC_PATH_PROGS(LUAC,[${LUAC} luac51], [false])
18    AS_IF([test "${LUAC}" = "false"], [
19      AC_MSG_ERROR([Could not find the LUA byte compiler.])
20    ])
This page took 0.165096 seconds and 3 git commands to generate.