]> git.pld-linux.org Git - packages/kf5-sonnet.git/blame - findhunspell-1.4.patch
- fix hunspell 1.4.detection
[packages/kf5-sonnet.git] / findhunspell-1.4.patch
CommitLineData
f4377ba9
JR
1--- sonnet-5.19.0/cmake/FindHUNSPELL.cmake~ 2016-02-06 15:03:16.000000000 +0100
2+++ sonnet-5.19.0/cmake/FindHUNSPELL.cmake 2016-05-29 21:40:09.314742746 +0200
3@@ -14,7 +14,7 @@
4
5 FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
6
7-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2)
8+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.4 hunspell-1.3 hunspell-1.2)
9
10 # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if
11 # all listed variables are TRUE
This page took 0.276147 seconds and 4 git commands to generate.