aboutsummaryrefslogtreecommitdiff
path: root/textproc/kf5-sonnet/files
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/kf5-sonnet/files')
-rw-r--r--textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake b/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake
deleted file mode 100644
index 00e5a0848cd8..000000000000
--- a/textproc/kf5-sonnet/files/patch-cmake_FindHUNSPELL.cmake
+++ /dev/null
@@ -1,12 +0,0 @@
---- cmake/FindHUNSPELL.cmake.orig 2016-12-03 21:15:34 UTC
-+++ cmake/FindHUNSPELL.cmake
-@@ -14,7 +14,8 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL
-
- FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
-
--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)
-
- # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if
- # all listed variables are TRUE