From cbde91d52af24497e5cbc52aa33034d5029da29470b820fd31f9a06e68073e93 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Thu, 19 Jan 2017 09:20:46 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/sonnet?expand=0&rev=118 --- look-for-hunspell-1.6-as-well.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 look-for-hunspell-1.6-as-well.patch diff --git a/look-for-hunspell-1.6-as-well.patch b/look-for-hunspell-1.6-as-well.patch deleted file mode 100644 index eea5497..0000000 --- a/look-for-hunspell-1.6-as-well.patch +++ /dev/null @@ -1,24 +0,0 @@ -From b077be472324550b2f3c7264b9efd51115b069ce Mon Sep 17 00:00:00 2001 -From: Pino Toscano -Date: Sat, 31 Dec 2016 12:06:57 +0100 -Subject: cmake: look for hunspell-1.6 as well - ---- - cmake/FindHUNSPELL.cmake | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/cmake/FindHUNSPELL.cmake b/cmake/FindHUNSPELL.cmake -index d5ed183..545dc61 100644 ---- a/cmake/FindHUNSPELL.cmake -+++ b/cmake/FindHUNSPELL.cmake -@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES) - - FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) - --FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2) -+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2) - - # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if - # all listed variables are TRUE --- -cgit v0.11.2