summaryrefslogtreecommitdiff
path: root/dev-libs/m17n-lib/files/m17n-lib-ispell.patch
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, 0 insertions, 11 deletions
diff --git a/dev-libs/m17n-lib/files/m17n-lib-ispell.patch b/dev-libs/m17n-lib/files/m17n-lib-ispell.patch
deleted file mode 100644
index c9f87fb1c6d0..000000000000
--- a/dev-libs/m17n-lib/files/m17n-lib-ispell.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);