From 0f11559fba9cf8fa991afaade4f8f9df702f70b4bae7144ca77a77b430d7df17 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sun, 18 Mar 2018 02:52:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/scribus?expand=0&rev=22 --- hunspell-1.4.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hunspell-1.4.patch diff --git a/hunspell-1.4.patch b/hunspell-1.4.patch new file mode 100644 index 0000000..66caf29 --- /dev/null +++ b/hunspell-1.4.patch @@ -0,0 +1,12 @@ +diff -Nru a/cmake/modules/FindHUNSPELL.cmake b/cmake/modules/FindHUNSPELL.cmake +--- a/cmake/modules/FindHUNSPELL.cmake 2012-04-10 22:17:07.000000000 +0200 ++++ b/cmake/modules/FindHUNSPELL.cmake 2016-04-26 13:59:20.473641707 +0200 +@@ -9,7 +9,7 @@ + #Based on examples at http://www.vtk.org/Wiki/CMake:How_To_Find_Libraries + + FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) +-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib ) ++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.4 hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib ) + + INCLUDE(FindPackageHandleStandardArgs) + # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE