diff options
Diffstat (limited to 'print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake')
-rw-r--r-- | print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake b/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake deleted file mode 100644 index 297aea872b4e..000000000000 --- a/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake +++ /dev/null @@ -1,13 +0,0 @@ ---- cmake/modules/FindHUNSPELL.cmake.orig 2012-04-10 20:15:53 UTC -+++ cmake/modules/FindHUNSPELL.cmake -@@ -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.4 hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib ) -+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.7 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) - # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE |