bicatali 14/03/27 03:38:20 Added: gretl-1.9.14-readline.patch Log: Fix for readline 6.3, thanks Helmut Jarausch bug #505886 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path 1.1 sci-mathematics/gretl/files/gretl-1.9.14-readline.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/files/gretl-1.9.14-readline.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/files/gretl-1.9.14-readline.patch?rev=1.1&content-type=text/plain Index: gretl-1.9.14-readline.patch =================================================================== --- cli/complete.c.ORIG 2007-08-22 16:44:46.000000000 +0200 +++ cli/complete.c 2014-03-26 16:54:40.463070119 +0100 @@ -126,6 +126,6 @@ rl_readline_name = "gretl"; /* Tell the completer that we want a crack first. */ - rl_attempted_completion_function = (CPPFunction *) gretl_completion; + rl_attempted_completion_function = (rl_completion_func_t*) gretl_completion; }
