r21401 by craig -

scribus-commit scribus-commit at lists.scribus.net
Wed Jul 6 19:24:21 UTC 2016


Author: craig
Date: Wed Jul  6 19:24:20 2016
New Revision: 21401

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=21401
Log:
#14205: Apply patch to find Hunspell 1.4

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=21401&path=/branches/Version14x/Scribus/cmake/modules/FindHUNSPELL.cmake
==============================================================================
--- branches/Version14x/Scribus/cmake/modules/FindHUNSPELL.cmake	(original)
+++ branches/Version14x/Scribus/cmake/modules/FindHUNSPELL.cmake	Wed Jul  6 19:24:20 2016
@@ -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




More information about the scribus-commit mailing list