Opened 12 years ago
Closed 12 years ago
#4790 closed enhancement (fixed)
xine-ui-0.99.8
| Reported by: | Fernando de Oliveira | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.6 |
| Component: | BOOK | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Change History (4)
comment:1 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 12 years ago
comment:3 by , 12 years ago
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.
Note:
See TracTickets
for help on using tickets.

I've committed a patch for readline-6.3 (also needed for anyone building 0.99.7 on current LFS-svn).