Files
gentoo/dev-libs/m17n-lib/files/m17n-lib-ispell.patch
Akinori Hattori 37ac5eb7aa dev-libs/m17n-lib: update patches
Package-Manager: Portage-2.3.6, Repoman-2.3.1
2017-07-05 22:15:44 +09:00

12 lines
458 B
Diff

--- a/example/mimx-ispell.c
+++ b/example/mimx-ispell.c
@@ -166,7 +166,7 @@ ispell_word (MPlist *args)
return add_action (actions, msymbol ("shift"), Msymbol, init_state);
buf[nbytes] = '\0';
- sprintf (command, "echo %s | ispell -a -m", (char *) buf);
+ sprintf (command, "echo %s | ispell-aspell -a -m", (char *) buf);
ispell = popen (command, "r");
if (! ispell)
return add_action (actions, msymbol ("shift"), Msymbol, init_state);