diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 05:24:05 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 05:24:05 (GMT) |
commit | c70a79c1e2deec8d508f34776befe11dab701e49 (patch) | |
tree | e316035b1059e5e4c3985fa64e7a3fa98ad697db /abs/extra-testing/community/lua/lua-5.1.3-official-patch1.diff | |
parent | c7d4d0ec62e50c879908ab9f5e6b82c59124d338 (diff) | |
download | linhes_pkgbuild-c70a79c1e2deec8d508f34776befe11dab701e49.zip linhes_pkgbuild-c70a79c1e2deec8d508f34776befe11dab701e49.tar.gz linhes_pkgbuild-c70a79c1e2deec8d508f34776befe11dab701e49.tar.bz2 |
Adding missing PKGBUILDS, needed for VLC.
fluidsynth
libdvbpsi
libmatroska
libmodplug
libmpcded
libshout
libv4l
lua
zvbi
Diffstat (limited to 'abs/extra-testing/community/lua/lua-5.1.3-official-patch1.diff')
-rw-r--r-- | abs/extra-testing/community/lua/lua-5.1.3-official-patch1.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra-testing/community/lua/lua-5.1.3-official-patch1.diff b/abs/extra-testing/community/lua/lua-5.1.3-official-patch1.diff new file mode 100644 index 0000000..dec8fba --- /dev/null +++ b/abs/extra-testing/community/lua/lua-5.1.3-official-patch1.diff @@ -0,0 +1,12 @@ +--- src/lbaselib.c ++++ src/lbaselib.c +443c443,444 +< ** functions to consume unlimited stack space. +--- +> ** functions to consume unlimited stack space. (must be smaller than +> ** -LUA_REGISTRYINDEX) +445,446c446 +< #define LUAI_MCS_AUX ((int)(INT_MAX / (4*sizeof(LUA_NUMBER)))) +< #define LUAI_MAXCSTACK (LUAI_MCS_AUX > SHRT_MAX ? SHRT_MAX : LUAI_MCS_AUX) +--- +> #define LUAI_MAXCSTACK 8000 |