freebsd-ports/lang/ruby22/files/patch-ext_readline_extconf.rb
Steve Wills 665d9f2530 Add Ruby 2.2.0
Differential Revision:	D1457
Submitted by:	sunpoet
Reviewed by:	swills (myself)
2015-02-20 23:51:55 +00:00

11 lines
382 B
Ruby

--- ext/readline/extconf.rb.orig 2015-01-16 23:05:12 UTC
+++ ext/readline/extconf.rb
@@ -62,7 +62,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")