kde-frameworks/sonnet: Fix configure w/ future hunspell

Package-Manager: portage-2.3.0
This commit is contained in:
Andreas Sturmlechner
2017-01-01 23:42:36 +01:00
parent 679b301e8b
commit 335949ee47
2 changed files with 18 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -21,6 +21,14 @@ DEPEND="${RDEPEND}
nls? ( $(add_qt_dep linguist-tools) )
"
src_prepare() {
kde5_src_prepare
# ensure at least one version-free atom so that hunspell is found
sed -e "/FIND_LIBRARY(HUNSPELL_LIBRARIES/ s/\bhunspell\b-[0-9.]*/hunspell/" \
-i cmake/FindHUNSPELL.cmake || die
}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package aspell ASPELL)

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -21,6 +21,14 @@ DEPEND="${RDEPEND}
nls? ( $(add_qt_dep linguist-tools) )
"
src_prepare() {
kde5_src_prepare
# ensure at least one version-free atom so that hunspell is found
sed -e "/FIND_LIBRARY(HUNSPELL_LIBRARIES/ s/\bhunspell\b-[0-9.]*/hunspell/" \
-i cmake/FindHUNSPELL.cmake || die
}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package aspell ASPELL)