drop hunspell pach

epel9
Rex Dieter 9 years ago
parent 6e27666cd7
commit fb45462f8c

@ -26,8 +26,6 @@ Patch1: sonnet-5.15.0-qDebug.patch
# workaround multilib conflicts in trigrams.map by using QMap instead of QHash # workaround multilib conflicts in trigrams.map by using QMap instead of QHash
# https://bugzilla.redhat.com/show_bug.cgi?id=1262746 # https://bugzilla.redhat.com/show_bug.cgi?id=1262746
Patch2: sonnet-5.13.0-multilib.patch Patch2: sonnet-5.13.0-multilib.patch
# support hunspell-1.4
Patch3: sonnet-hunspell14.patch
BuildRequires: extra-cmake-modules >= %{version} BuildRequires: extra-cmake-modules >= %{version}
%if ! 0%{?bootstrap} %if ! 0%{?bootstrap}

@ -1,12 +0,0 @@
diff -up sonnet-5.21.0/cmake/FindHUNSPELL.cmake.hunspell14 sonnet-5.21.0/cmake/FindHUNSPELL.cmake
--- sonnet-5.21.0/cmake/FindHUNSPELL.cmake.hunspell14 2016-04-03 16:08:41.000000000 -0500
+++ sonnet-5.21.0/cmake/FindHUNSPELL.cmake 2016-04-18 09:21:15.566064172 -0500
@@ -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.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
Loading…
Cancel
Save