Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:wolfi323:KDE:Extra
scribus
hunspell.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File hunspell.patch of Package scribus
From: Wolfgang Bauer <wbauer@tmo.at> Subject: Try to build against any hunspell version Necessary to have spellchecking support in Tumbleweed and Leap 15.0, which have hunspell 1.6.2 that wasn't found and spellchecking got disabled... Edited-by: Fabian Vogt <fabian@ritter-vogt.de> --- diff -Nru a/cmake/modules/FindHUNSPELL.cmake b/cmake/modules/FindHUNSPELL.cmake --- a/cmake/modules/FindHUNSPELL.cmake 2012-04-10 22:17:07.000000000 +0200 +++ b/cmake/modules/FindHUNSPELL.cmake 2016-04-26 13:59:20.473641707 +0200 @@ -9,7 +9,7 @@ #Based on examples at http://www.vtk.org/Wiki/CMake:How_To_Find_Libraries FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) -FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.4 hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib ) +FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell PATHS /opt/local/lib /usr/local/lib /usr/lib ) INCLUDE(FindPackageHandleStandardArgs) # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor