diff options
Diffstat (limited to 'print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake')
-rw-r--r-- | print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake b/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake index c00577ff3632..297aea872b4e 100644 --- a/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake +++ b/print/scribus/files/patch-cmake_modules_FindHUNSPELL.cmake @@ -5,7 +5,7 @@ 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.6 ++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 ) |