summaryrefslogtreecommitdiff
path: root/app-text/enchant/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-25 19:22:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-03-25 19:22:13 +0100
commit6bd95d1f6320b8666a31ec949183aaa3088aa16f (patch)
treeff9f0cde8bfba5191f96c690c269c814c134a51e /app-text/enchant/files
parentb279bbe94522565b8feb19b8e5f377d3ea76f157 (diff)
gentoo resync : 25.03.2018
Diffstat (limited to 'app-text/enchant/files')
-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)
- {