summaryrefslogtreecommitdiff
path: root/dev-lang/lua/files/lua-5.1.5-readline.patch
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-02-12 14:54:06 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-02-12 23:35:47 +0100
commit792d0a42c96e101793e07e65ad4d2bc9b4903cc5 (patch)
treecde506ebd3d36827b40bae22ad8a7eb60d51d10c /dev-lang/lua/files/lua-5.1.5-readline.patch
parent999c48f939670b8b499ddad74492db20e44b0c91 (diff)
downloadgentoo-792d0a42c96e101793e07e65ad4d2bc9b4903cc5.tar.gz
gentoo-792d0a42c96e101793e07e65ad4d2bc9b4903cc5.tar.bz2
gentoo-792d0a42c96e101793e07e65ad4d2bc9b4903cc5.zip
dev-lang/lua: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/19427 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lang/lua/files/lua-5.1.5-readline.patch')
-rw-r--r--dev-lang/lua/files/lua-5.1.5-readline.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-lang/lua/files/lua-5.1.5-readline.patch b/dev-lang/lua/files/lua-5.1.5-readline.patch
deleted file mode 100644
index 2b5221a8ab48..000000000000
--- a/dev-lang/lua/files/lua-5.1.5-readline.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- old/src/luaconf.h 2006-04-10 20:27:23.000000000 +0200
-+++ new/src/luaconf.h 2006-11-15 14:53:07.000000000 +0100
-@@ -36,7 +36,6 @@
- #if defined(LUA_USE_LINUX)
- #define LUA_USE_POSIX
- #define LUA_USE_DLOPEN /* needs an extra library: -ldl */
--#define LUA_USE_READLINE /* needs some extra libraries */
- #endif
-
- #if defined(LUA_USE_MACOSX)
---- old/src/Makefile 2012-02-13 21:41:22.000000000 +0100
-+++ old/src/Makefile 2019-07-09 09:53:00.000000000 +0100
-@@ -98,3 +98,3 @@
- linux:
-- $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses"
-+ $(MAKE) all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl"
-