diff options
author | Zach van Rijn <me@zv.io> | 2023-12-25 08:26:25 -0800 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2024-10-24 16:10:28 +0000 |
commit | 587e488a38b589f6b8e2ec17dd3a1c5780a554f5 (patch) | |
tree | 553bb408d27f1106b98ece6b7fa607e06f5d6439 /system/ruby/libedit-compat.patch | |
parent | 31d8de670f67248c87cfcec89921880a60004c91 (diff) | |
download | packages-587e488a38b589f6b8e2ec17dd3a1c5780a554f5.tar.gz packages-587e488a38b589f6b8e2ec17dd3a1c5780a554f5.tar.bz2 packages-587e488a38b589f6b8e2ec17dd3a1c5780a554f5.tar.xz packages-587e488a38b589f6b8e2ec17dd3a1c5780a554f5.zip |
system/ruby: bump { 3.1.4 --> 3.3.5 }.
The 'libedit' dependency is no longer required.
Diffstat (limited to 'system/ruby/libedit-compat.patch')
-rw-r--r-- | system/ruby/libedit-compat.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/system/ruby/libedit-compat.patch b/system/ruby/libedit-compat.patch deleted file mode 100644 index 670b16dc8..000000000 --- a/system/ruby/libedit-compat.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- ruby-2.5.5/ext/readline/readline.c.old 2017-09-30 08:35:23.000000000 +0000 -+++ ruby-2.5.5/ext/readline/readline.c 2019-09-09 06:12:00.300098741 +0000 -@@ -572,6 +572,9 @@ - rb_syserr_fail(save_errno, "fdopen"); - } - rl_instream = readline_rl_instream = f; -+#ifdef HAVE_EDITLINE_READLINE_H -+ rl_initialize(); -+#endif - readline_instream = input; - } - return input; -@@ -608,6 +611,9 @@ - rb_syserr_fail(save_errno, "fdopen"); - } - rl_outstream = readline_rl_outstream = f; -+#ifdef HAVE_EDITLINE_READLINE_H -+ rl_initialize(); -+#endif - readline_outstream = output; - } - return output; |