summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/m17n-lib/files/m17n-lib-ispell.patch')
-rw-r--r--dev-libs/m17n-lib/files/m17n-lib-ispell.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/m17n-lib/files/m17n-lib-ispell.patch b/dev-libs/m17n-lib/files/m17n-lib-ispell.patch
new file mode 100644
index 000000000000..c9f87fb1c6d0
--- /dev/null
+++ b/dev-libs/m17n-lib/files/m17n-lib-ispell.patch
@@ -0,0 +1,11 @@
+--- 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);