r21400 by craig -
scribus-commit
scribus-commit at lists.scribus.net
Wed Jul 6 19:23:45 UTC 2016
Author: craig
Date: Wed Jul 6 19:23:45 2016
New Revision: 21400
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=21400
Log:
#14205: Apply patch to find hunspell 1.4
Modified:
trunk/Scribus/cmake/modules/FindHUNSPELL.cmake
Modified: trunk/Scribus/cmake/modules/FindHUNSPELL.cmake
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21400&path=/trunk/Scribus/cmake/modules/FindHUNSPELL.cmake
==============================================================================
--- trunk/Scribus/cmake/modules/FindHUNSPELL.cmake (original)
+++ trunk/Scribus/cmake/modules/FindHUNSPELL.cmake Wed Jul 6 19:23:45 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