summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-07-05 22:15:44 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-07-05 22:15:44 +0900
commit37ac5eb7aafd85fb101bf2809532916d9b70b6ad (patch)
tree5b41cc01675e6a02938671c3b8bbb6d575b14b4d /dev-libs/m17n-lib/files/m17n-lib-ispell.patch
parentsys-apps/gsmartcontrol: Bump to version 1.0.1 (diff)
downloadgentoo-37ac5eb7aafd85fb101bf2809532916d9b70b6ad.tar.gz
gentoo-37ac5eb7aafd85fb101bf2809532916d9b70b6ad.tar.bz2
gentoo-37ac5eb7aafd85fb101bf2809532916d9b70b6ad.zip
dev-libs/m17n-lib: update patches
Package-Manager: Portage-2.3.6, Repoman-2.3.1
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);