From 3237a77a9ca8b73d7b27ce9dc95f82565111ae93 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Fri, 13 Oct 2023 14:39:54 +0200
Subject: [PATCH] hunspell: autoreconf needs PATH

---
 components/text/hunspell/patches/03-dict-paths.patch |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/components/text/hunspell/patches/03-dict-paths.patch b/components/text/hunspell/patches/03-dict-paths.patch
index d048402..25eb4fd 100644
--- a/components/text/hunspell/patches/03-dict-paths.patch
+++ b/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", \

--
Gitblit v1.9.3