summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim A. Misbakh-Soloviov <git@mva.name>2018-02-16 01:42:23 +0700
committerVadim A. Misbakh-Soloviov <git@mva.name>2018-02-16 01:42:23 +0700
commitbc13839c4f1c8f2a8192551e3fc3a72603c5540a (patch)
tree98892243f8b66d52d7c231f56ae29b1abc43efed
parentall: fixes (diff)
downloadlua-bc13839c4f1c8f2a8192551e3fc3a72603c5540a.tar.gz
lua-bc13839c4f1c8f2a8192551e3fc3a72603c5540a.tar.bz2
lua-bc13839c4f1c8f2a8192551e3fc3a72603c5540a.zip
lunix: fix
-rw-r--r--dev-lua/lunix/files/patches/99999999/compat52-luajit.patch20
-rw-r--r--dev-lua/lunix/lunix-99999999.ebuild2
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-lua/lunix/files/patches/99999999/compat52-luajit.patch b/dev-lua/lunix/files/patches/99999999/compat52-luajit.patch
deleted file mode 100644
index 8df3c63..0000000
--- a/dev-lua/lunix/files/patches/99999999/compat52-luajit.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -NaurBwd a/src/unix.c b/src/unix.c
---- a/src/unix.c 2017-05-10 18:12:19.819388720 +0700
-+++ b/src/unix.c 2017-05-10 18:13:55.792661605 +0700
-@@ -483,6 +483,7 @@
- } /* lua_absindex() */
-
-
-+#ifndef LUA_OK
- static void *luaL_testudata(lua_State *L, int index, const char *tname) {
- void *p = lua_touserdata(L, index);
- int eq;
-@@ -523,6 +524,7 @@
-
- #define luaL_newlib(L, l) \
- (luaL_newlibtable((L), (l)), luaL_setfuncs((L), (l), 0))
-+#endif
-
-
- #define lua_rawlen lua_objlen
-
diff --git a/dev-lua/lunix/lunix-99999999.ebuild b/dev-lua/lunix/lunix-99999999.ebuild
index b77a2fb..c13c0fb 100644
--- a/dev-lua/lunix/lunix-99999999.ebuild
+++ b/dev-lua/lunix/lunix-99999999.ebuild
@@ -25,8 +25,6 @@ RDEPEND="${DEPEND}"
DOCS=(doc/.)
EXAMPLES=(examples/.)
-PATCHES=("${FILESDIR}/patches/${PV}")
-
all_lua_prepare() {
sed -r \
-e "s@(^prefix ).*@\1=/usr@" \