mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Michał Górny
parent
65fbd639fb
commit
7e70628c28
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user