From 99dc7131c241bd1550250db109bd874bd9e899e5 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 6 Jul 2018 06:30:27 -0500 Subject: user/enchant: see, Elizafox? Obj-C is important --- user/enchant/hunspell-build-fix.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 user/enchant/hunspell-build-fix.patch (limited to 'user/enchant/hunspell-build-fix.patch') diff --git a/user/enchant/hunspell-build-fix.patch b/user/enchant/hunspell-build-fix.patch new file mode 100644 index 000000000..0ecdb24b3 --- /dev/null +++ b/user/enchant/hunspell-build-fix.patch @@ -0,0 +1,14 @@ +diff -ru enchant-1.6.0-orig/src/myspell/myspell_checker.cpp enchant-1.6.0/src/myspell/myspell_checker.cpp +--- enchant-1.6.0-orig/src/myspell/myspell_checker.cpp 2016-04-18 12:25:00.094614256 +0100 ++++ enchant-1.6.0/src/myspell/myspell_checker.cpp 2016-04-18 12:26:09.108569576 +0100 +@@ -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) + { -- cgit v1.2.3-60-g2f50