Marcel Telka
2023-10-13 3237a77a9ca8b73d7b27ce9dc95f82565111ae93
components/text/hunspell/patches/03-dict-paths.patch
@@ -1,7 +1,7 @@
--- hunspell-1.3.4/src/tools/hunspell.cxx.1   2016-02-18 14:49:57.536075973 +0300
+++ hunspell-1.3.4/src/tools/hunspell.cxx   2016-02-18 14:51:16.157456452 +0300
@@ -112,9 +112,8 @@
 #include "odfparser.hxx"
--- hunspell-1.7.2/src/tools/hunspell.cxx.orig
+++ hunspell-1.7.2/src/tools/hunspell.cxx
@@ -116,9 +116,8 @@
 #include "../parsers/odfparser.hxx"
 
 #define LIBDIR                \
-  "/usr/share/hunspell:"      \
@@ -10,5 +10,5 @@
+  "/usr/share/spell/hunspell:"      \
+  "/usr/share/spell/myspell:"       \
   "/Library/Spelling"
 #define USEROOODIR                    \
   ".openoffice.org/3/user/wordbook:"  \
 #define USEROOODIR {                  \
   ".openoffice.org/3/user/wordbook", \