r22807 by jghali - Allows FindHUNSPELL cmake module to find also hunspell 1.7

scribus-commit scribus-commit at lists.scribus.net
Wed Jan 16 09:34:19 UTC 2019


Author: jghali
Date: Wed Jan 16 09:34:19 2019
New Revision: 22807

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=22807
Log:
Allows FindHUNSPELL cmake module to find also hunspell 1.7

Modified:
    branches/Version14x/Scribus/cmake/modules/FindHUNSPELL.cmake

Modified: branches/Version14x/Scribus/cmake/modules/FindHUNSPELL.cmake
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22807&path=/branches/Version14x/Scribus/cmake/modules/FindHUNSPELL.cmake
==============================================================================
--- branches/Version14x/Scribus/cmake/modules/FindHUNSPELL.cmake	(original)
+++ branches/Version14x/Scribus/cmake/modules/FindHUNSPELL.cmake	Wed Jan 16 09:34:19 2019
@@ -10,7 +10,7 @@
 
 FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
 FIND_LIBRARY(HUNSPELL_LIBRARIES 
-	NAMES hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2
+	NAMES hunspell-1.7 hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2
 	PATHS /opt/local/lib /usr/local/lib /usr/lib
 )
 




More information about the scribus-commit mailing list