diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2016-12-30 02:18:36 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2016-12-30 02:18:36 +0100 |
commit | a72cbf07ef19a027c6e62b86a8cff3adfa52be13 (patch) | |
tree | 1e02f18292403822de68a380f85221aee10932c6 /kde-apps/lokalize/files | |
parent | sci-visualization/labplot: Fix configure (diff) | |
download | gentoo-a72cbf07ef19a027c6e62b86a8cff3adfa52be13.tar.gz gentoo-a72cbf07ef19a027c6e62b86a8cff3adfa52be13.tar.bz2 gentoo-a72cbf07ef19a027c6e62b86a8cff3adfa52be13.zip |
kde-apps/lokalize: Fix configure w/ hunspell-1.6
Gentoo-bug: 603538
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-apps/lokalize/files')
-rw-r--r-- | kde-apps/lokalize/files/lokalize-16.12.0-hunspell-1.6.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/kde-apps/lokalize/files/lokalize-16.12.0-hunspell-1.6.patch b/kde-apps/lokalize/files/lokalize-16.12.0-hunspell-1.6.patch new file mode 100644 index 000000000000..064a5261cb7f --- /dev/null +++ b/kde-apps/lokalize/files/lokalize-16.12.0-hunspell-1.6.patch @@ -0,0 +1,26 @@ +From f9fed4dea08f99432111cb3ed89b1783ba2bc64b Mon Sep 17 00:00:00 2001 +From: Nick Shaforostoff <shafff@ukr.net> +Date: Mon, 21 Nov 2016 13:09:21 +0200 +Subject: BUG: 363278 + +improve cmake hunspell search +--- + cmake/FindHUNSPELL.cmake | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/cmake/FindHUNSPELL.cmake b/cmake/FindHUNSPELL.cmake +index eca3cc1..ae8e564 100644 +--- a/cmake/FindHUNSPELL.cmake ++++ b/cmake/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-2.0 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell-1.2) ++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-2.0 hunspell-1.5 hunspell-1.4.1 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 +-- +cgit v0.11.2 + |