Opened 10 years ago

Closed 10 years ago

#4790 closed enhancement (fixed)

xine-ui-0.99.8

Reported by: Fernando de Oliveira Owned by: ken@…
Priority: normal Milestone: 7.6
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Change History (4)

comment:1 by ken@…, 10 years ago

Owner: changed from blfs-book@… to ken@…
Status: newassigned

comment:2 by ken@…, 10 years ago

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

comment:3 by ken@…, 10 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.

comment:4 by ken@…, 10 years ago

Resolution: fixed
Status: assignedclosed

done in r12942.

Note: See TracTickets for help on using tickets.