aboutsummaryrefslogtreecommitdiffstats
path: root/print/scribus/files
diff options
context:
space:
mode:
Diffstat (limited to 'print/scribus/files')
-rw-r--r--print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake b/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake
index 99800ad9f7ef..0de78edc9a0e 100644
--- a/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake
+++ b/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake
@@ -1,11 +1,12 @@
--- cmake/modules/FindHUNSPELL.cmake.orig 2012-04-10 20:15:53 UTC
+++ cmake/modules/FindHUNSPELL.cmake
-@@ -9,7 +9,8 @@
+@@ -9,7 +9,9 @@
#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.5 hunspell-1.4 hunspell-1.3 hunspell-1.2
++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.6
++ hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2 hunspell
+ PATHS /opt/local/lib /usr/local/lib /usr/lib )
INCLUDE(FindPackageHandleStandardArgs)