mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- Add LICENSE_FILE - Use USES=autoreconf instead of USE_AUTOTOOLS=autoconf - Use USES=libedit - Silence patch and build messages Changes: https://www.ruby-lang.org/en/news/2015/12/16/ruby-2-2-4-released/ http://svn.ruby-lang.org/repos/ruby/tags/v2_2_4/ChangeLog Security: 3b50881d-1860-4721-aab1-503290e23f6c Differential Revision: https://reviews.freebsd.org/D4668 PR: 205487 Exp-run by: antoine MFH: 2015Q4
11 lines
430 B
Ruby
11 lines
430 B
Ruby
--- ext/readline/extconf.rb.orig 2014-05-01 11:59:37.000000000 +0000
|
|
+++ ext/readline/extconf.rb 2015-10-23 04:05:44.000000000 +0000
|
|
@@ -62,7 +63,7 @@ else
|
|
end
|
|
|
|
readline.have_func("rl_getc")
|
|
-readline.have_func("rl_getc_function")
|
|
+#readline.have_func("rl_getc_function")
|
|
readline.have_func("rl_filename_completion_function")
|
|
readline.have_func("rl_username_completion_function")
|
|
readline.have_func("rl_completion_matches")
|