summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-11 01:32:03 +0100
committerSam James <sam@gentoo.org>2024-05-11 01:32:03 +0100
commitd75c61685650b580a1314de3a08a52d57e2ec0bd (patch)
tree02550e104382da50ba5bf3fa823dc056bc5fc2c5
parentsys-libs/readline: USE=utils: port to modern C (C99) (diff)
downloadgentoo-d75c61685650b580a1314de3a08a52d57e2ec0bd.tar.gz
gentoo-d75c61685650b580a1314de3a08a52d57e2ec0bd.tar.bz2
gentoo-d75c61685650b580a1314de3a08a52d57e2ec0bd.zip
sys-libs/readline: scrub C99 patch
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-libs/readline/files/readline-8.1-rlfe-c99.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys-libs/readline/files/readline-8.1-rlfe-c99.patch b/sys-libs/readline/files/readline-8.1-rlfe-c99.patch
index 028f44784207..89a247d056ee 100644
--- a/sys-libs/readline/files/readline-8.1-rlfe-c99.patch
+++ b/sys-libs/readline/files/readline-8.1-rlfe-c99.patch
@@ -17,13 +17,6 @@ Link: https://bugs.gentoo.org/870424
Link: https://bugs.gentoo.org/919256
Link: https://lists.gnu.org/archive/html/bug-readline/2024-05/msg00000.html
Signed-off-by: Gabi Falk <gabifalk@gmx.com>
----
- examples/rlfe/configure | 668 ++++++++++++++++++++-----------------
- examples/rlfe/configure.in | 88 +++--
- 2 files changed, 422 insertions(+), 334 deletions(-)
-
-diff --git a/examples/rlfe/configure b/examples/rlfe/configure
-index 3928331..063113d 100755
--- a/examples/rlfe/configure
+++ b/examples/rlfe/configure
@@ -1490,115 +1490,6 @@ fi
@@ -939,8 +932,6 @@ index 3928331..063113d 100755
for ac_header in sys/stropts.h sys/wait.h sgtty.h sys/select.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-diff --git a/examples/rlfe/configure.in b/examples/rlfe/configure.in
-index ad7ce65..aba06c6 100644
--- a/examples/rlfe/configure.in
+++ b/examples/rlfe/configure.in
@@ -30,7 +30,9 @@ AC_PROG_CPP