Author: ken Date: Thu Apr 3 09:57:55 2014 New Revision: 2863 Log: Fix xine-ui-0.99.8 for readline-6.3, also applies to 0.99.7
Added: trunk/xine-ui/xine-ui-0.99.8-readline_fix-1.patch Added: trunk/xine-ui/xine-ui-0.99.8-readline_fix-1.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/xine-ui/xine-ui-0.99.8-readline_fix-1.patch Thu Apr 3 09:57:55 2014 (r2863) @@ -0,0 +1,29 @@ +Submitted By: Ken Moffat <ken at linuxfromscratch dot org> +Date: 2013-04-03 +Initial Package Version: 0.99.8, also applies to 0.99.7. +Upstream Status: Applied +Origin: Upstream +Description: Fixes compilation with readline-6.3. + +http://anonscm.debian.org/hg/xine-lib/xine-ui/raw-rev/8c0acbb8fcbb + +# HG changeset patch +# User Darren Salt <devs...@moreofthesa.me.uk> +# Date 1394989178 0 +# Node ID 8c0acbb8fcbb765120eb31ca637ecf82a1f213e4 +# Parent c498f0ddba33bae8e8ca99600d469d2e448b74bd +Fix FTBFS with libreadline 6.3. + +diff -r c498f0ddba33 -r 8c0acbb8fcbb src/xitk/network.c +--- a/src/xitk/network.c Sun Mar 16 16:58:33 2014 +0000 ++++ b/src/xitk/network.c Sun Mar 16 16:59:38 2014 +0000 +@@ -1255,7 +1255,7 @@ + rl_readline_name = PROGNAME; + rl_set_prompt(session.prompt); + rl_initialize(); +- rl_attempted_completion_function = (CPPFunction *)completion_function; ++ rl_attempted_completion_function = completion_function; + + signal(SIGPIPE, SIG_IGN); + + -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page