forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/lokalize: Fix configure w/ hunspell-1.6
Gentoo-bug: 603538 Package-Manager: portage-2.3.0
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
kde-apps/lokalize/files/lokalize-16.12.0-hunspell-1.6.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From f9fed4dea08f99432111cb3ed89b1783ba2bc64b Mon Sep 17 00:00:00 2001 | ||
From: Nick Shaforostoff <[email protected]> | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters