summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-05-13 18:53:51 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-05-13 21:42:10 +0300
commit4194798723bcee4c610838996fa572a106484c8e (patch)
tree19bbcb69761d8017dd7bf91ac09a1163d7ef637a
parentnet-irc/psybnc: remove unused patches (diff)
downloadgentoo-4194798723bcee4c610838996fa572a106484c8e.tar.gz
gentoo-4194798723bcee4c610838996fa572a106484c8e.tar.bz2
gentoo-4194798723bcee4c610838996fa572a106484c8e.zip
sys-libs/readline: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36663 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--sys-libs/readline/files/readline-6.2-rlfe-tgoto.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys-libs/readline/files/readline-6.2-rlfe-tgoto.patch b/sys-libs/readline/files/readline-6.2-rlfe-tgoto.patch
deleted file mode 100644
index b898bf053ecc..000000000000
--- a/sys-libs/readline/files/readline-6.2-rlfe-tgoto.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://bugs.gentoo.org/385091
-
-https://lists.gnu.org/archive/html/bug-readline/2011-10/msg00000.html
-
---- a/examples/rlfe/configure
-+++ b/examples/rlfe/configure
-@@ -4062,6 +4062,7 @@ cat confdefs.h >>conftest.$ac_ext
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h. */
-
-+extern char *tgoto(char *, int, int);
- main()
- {
- exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);