#4790: xine-ui-0.99.8
-------------------------+-----------------------
Reporter: fo | Owner: ken@…
Type: enhancement | Status: assigned
Priority: normal | Milestone: 7.6
Component: BOOK | Version: SVN
Severity: normal | Resolution:
Keywords: |
-------------------------+-----------------------
Comment (by ken@…):
In #4921 a sed has been suggested:
{{{
sed -i s/CPPFunction/rl_completion_func_t/ src/xitk/network.c
}}}
but that is different from upstream's fix. A sed to match upstream's fix
would be
{{{
sed -i 's/.CPPFunction \*.//' src/xitk/network.c
}}}
- the dots are to match the parentheses. Untested, but diff'ing after
this matches the patch.
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/4790#comment:3>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page