summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-03-24 17:10:36 +0200
committerMart Raudsepp <leio@gentoo.org>2018-03-24 17:10:36 +0200
commitc2f2346d2e643c00c90ddf75a3a4fc39b24cf1c3 (patch)
tree7c6e987f6543ae75c2313c690b67de3db6213f15 /app-text/enchant/files/enchant-1.6.0-hunspell140_fix.patch
parentgnome-base/gnome-menus: remove old (diff)
downloadgentoo-c2f2346d2e643c00c90ddf75a3a4fc39b24cf1c3.tar.gz
gentoo-c2f2346d2e643c00c90ddf75a3a4fc39b24cf1c3.tar.bz2
gentoo-c2f2346d2e643c00c90ddf75a3a4fc39b24cf1c3.zip
app-text/enchant: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-text/enchant/files/enchant-1.6.0-hunspell140_fix.patch')
-rw-r--r--app-text/enchant/files/enchant-1.6.0-hunspell140_fix.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-text/enchant/files/enchant-1.6.0-hunspell140_fix.patch b/app-text/enchant/files/enchant-1.6.0-hunspell140_fix.patch
deleted file mode 100644
index 5d58ab7f540c..000000000000
--- a/app-text/enchant/files/enchant-1.6.0-hunspell140_fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://bugs.gentoo.org/583486
-http://bugzilla.abisource.com/show_bug.cgi?id=13772
-
---- enchant-1.6.0/src/myspell/myspell_checker.cpp
-+++ enchant-1.6.0/src/myspell/myspell_checker.cpp
-@@ -148,6 +148,10 @@
- g_iconv_close(m_translate_out);
- }
-
-+#ifndef MAXWORDLEN
-+# define MAXWORDLEN 100
-+#endif
-+
- bool
- MySpellChecker::checkWord(const char *utf8Word, size_t len)
- {