summaryrefslogtreecommitdiff
path: root/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake')
-rw-r--r--x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake b/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake
index d6ee719a2747..b4acf41470c8 100644
--- a/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake
+++ b/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake
@@ -5,7 +5,7 @@
endif ()
-find_library (HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2 libhunspell HINTS ${HUNSPELL_DIR} ${PROBE_DIR})
-+find_library (HUNSPELL_LIBRARIES NAMES hunspell-1.6 hunspell-1.5 hunspell-1.4
++find_library (HUNSPELL_LIBRARIES NAMES hunspell-1.7 hunspell-1.6 hunspell-1.5 hunspell-1.4
+ hunspell-1.3 hunspell-1.2 libhunspell HINTS ${HUNSPELL_DIR} ${PROBE_DIR})
find_path (HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx HINTS ${HUNSPELL_DIR} ${HUNSPELL_INCLUDE_WIN32})