summaryrefslogtreecommitdiffstats
path: root/editors/codelite/files/patch-SpellChecker_CMakeLists.txt
blob: 61fae7302533aa21e33b39eefa559332c0625b53 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- SpellChecker/CMakeLists.txt.orig	2016-07-07 05:54:58 UTC
+++ SpellChecker/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6.2)
 
 find_library(LIBHUNSPELL 
             # Fedora doesn't create a hunspell->hunspell-1.3 symlink, so explicitly look for (the current) full name
-            NAMES hunspell hunspell-1.3
+            NAMES hunspell hunspell-1.5 hunspell-1.4 hunspell-1.3
             PATH_SUFFIXES lib)
 
 find_path(  HUNSPELL_H
OpenPOWER on IntegriCloud