aboutsummaryrefslogtreecommitdiff
path: root/x11/kdelibs4
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-11-26 12:45:34 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-11-26 12:45:34 +0000
commite53ab5e77e8ffd14ea7cbb6151425e1a6ec803d9 (patch)
tree0f9a7ccb514f392632b17e8422d520ffe3aa2ced /x11/kdelibs4
parentd3375f0ca4bd90b6ec264c1523f23cd62c28d082 (diff)
downloadports-e53ab5e77e8ffd14ea7cbb6151425e1a6ec803d9.tar.gz
ports-e53ab5e77e8ffd14ea7cbb6151425e1a6ec803d9.zip
Notes
Diffstat (limited to 'x11/kdelibs4')
-rw-r--r--x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake11
-rw-r--r--x11/kdelibs4/files/patch-git_2ab274519
2 files changed, 19 insertions, 11 deletions
diff --git a/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake b/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake
deleted file mode 100644
index ffde4c244b28..000000000000
--- a/x11/kdelibs4/files/patch-cmake_modules_FindHUNSPELL.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmake/modules/FindHUNSPELL.cmake.orig 2015-06-26 03:14:18 UTC
-+++ cmake/modules/FindHUNSPELL.cmake
-@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL
-
- FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
-
--FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2)
-+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2)
-
- # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if
- # all listed variables are TRUE
diff --git a/x11/kdelibs4/files/patch-git_2ab2745 b/x11/kdelibs4/files/patch-git_2ab2745
new file mode 100644
index 000000000000..469935807af3
--- /dev/null
+++ b/x11/kdelibs4/files/patch-git_2ab2745
@@ -0,0 +1,19 @@
+commit 2ab2745eb01f73355c490ac8d5d1837dec84fd6c
+Author: Wolfgang Bauer <wbauer@tmo.at>
+Date: Thu Oct 20 15:51:29 2016 +0200
+
+ Support newer hunspell versions in FindHUNSPELL.cmake
+
+ REVIEW: 128600
+
+--- cmake/modules/FindHUNSPELL.cmake
++++ cmake/modules/FindHUNSPELL.cmake
+@@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES)
+
+ FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
+
+-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2)
++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-2.0 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2)
+
+ # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if
+ # all listed variables are TRUE