summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-07 18:53:08 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-07 18:53:08 +0000
commitf2c7c1d1692db944183a16cefdfc66ed33e539c8 (patch)
tree7a8837d6047183fd882588f6396f47c156a49827 /kde-base/lokalize/files
parentFix underlinking, bug 368919 (diff)
downloadgentoo-2-f2c7c1d1692db944183a16cefdfc66ed33e539c8.tar.gz
gentoo-2-f2c7c1d1692db944183a16cefdfc66ed33e539c8.tar.bz2
gentoo-2-f2c7c1d1692db944183a16cefdfc66ed33e539c8.zip
Fix hunspell search order, bug 373189
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/lokalize/files')
-rw-r--r--kde-base/lokalize/files/lokalize-4.6.5-hunspell.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/kde-base/lokalize/files/lokalize-4.6.5-hunspell.patch b/kde-base/lokalize/files/lokalize-4.6.5-hunspell.patch
new file mode 100644
index 000000000000..46b4ff07f05c
--- /dev/null
+++ b/kde-base/lokalize/files/lokalize-4.6.5-hunspell.patch
@@ -0,0 +1,12 @@
+diff -ruN lokalize-4.6.5.orig/cmake/modules/FindHUNSPELL.cmake lokalize-4.6.5/cmake/modules/FindHUNSPELL.cmake
+--- lokalize-4.6.5.orig/cmake/modules/FindHUNSPELL.cmake 2011-04-28 15:31:12.000000000 +0200
++++ lokalize-4.6.5/cmake/modules/FindHUNSPELL.cmake 2011-08-07 20:45:32.175576267 +0200
+@@ -14,7 +14,7 @@
+
+ FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
+
+-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.2 hunspell-1.3)
++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2)
+
+ # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if
+ # all listed variables are TRUE