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.cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake b/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake
deleted file mode 100644
index b4acf41470c8..000000000000
--- a/x11/leechcraft/files/patch-plugins_rosenthal_cmake_FindHunspell.cmake
+++ /dev/null
@@ -1,12 +0,0 @@
---- plugins/rosenthal/cmake/FindHunspell.cmake.orig 2014-07-28 18:35:44 UTC
-+++ plugins/rosenthal/cmake/FindHunspell.cmake
-@@ -28,7 +28,8 @@ if (WIN32)
- ${HUNSPELL_DIR}/src/win_api/Release_dll/libhunspell)
- 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.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})
-
- # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if