]> git.pld-linux.org Git - packages/kde4-kdelibs.git/blob - findhunspell-1.4.patch
- fix cmake for hunspell 1.4
[packages/kde4-kdelibs.git] / findhunspell-1.4.patch
1 --- kdelibs-4.14.20/cmake/modules/FindHUNSPELL.cmake~   2016-05-05 23:50:55.000000000 +0200
2 +++ kdelibs-4.14.20/cmake/modules/FindHUNSPELL.cmake    2016-05-29 21:35:15.527552649 +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.115823 seconds and 3 git commands to generate.