net-news/liferea: fixed build against >=net-libs/webkit-gtk-2.26.2

Closes: https://bugs.gentoo.org/704594
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org>
Closes: https://github.com/gentoo/gentoo/pull/14257
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Yuri Konotopov
2020-01-06 10:58:12 +04:00
committed by Michał Górny
parent 65fbd639fb
commit 7e70628c28
2 changed files with 14 additions and 0 deletions

View File

@@ -43,6 +43,13 @@ src_configure() {
gnome2_src_configure --disable-schemas-compile
}
src_compile() {
# Workaround crash in libwebkit2gtk-4.0.so
# https://bugs.gentoo.org/704594
WEBKIT_DISABLE_COMPOSITING_MODE=1 \
gnome2_src_compile
}
src_install() {
gnome2_src_install

View File

@@ -34,6 +34,13 @@ DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"
src_compile() {
# Workaround crash in libwebkit2gtk-4.0.so
# https://bugs.gentoo.org/704594
WEBKIT_DISABLE_COMPOSITING_MODE=1 \
gnome2_src_compile
}
pkg_postinst() {
gnome2_pkg_postinst