summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-01-04 17:32:59 -0500
committerMatt Turner <mattst88@gentoo.org>2023-01-04 17:33:39 -0500
commitf42a8a00df0c331710f46e0c0ec9088b9d109a7c (patch)
tree82f426ce54848f2b1350ea95c370089e58987b3c /net-libs
parentprofiles/base: mask bitcoin knots patchset (diff)
downloadgentoo-f42a8a00df0c331710f46e0c0ec9088b9d109a7c.tar.gz
gentoo-f42a8a00df0c331710f46e0c0ec9088b9d109a7c.tar.bz2
gentoo-f42a8a00df0c331710f46e0c0ec9088b9d109a7c.zip
net-libs/webkit-gtk: Fix build failure in ClipboardGtk4.cpp
I thought this patch was included in 2.38.3, but I was mistaken. Closes: https://bugs.gentoo.org/889588 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-2.38.3-r500.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.38.3-r500.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.38.3-r500.ebuild
index f110fff327f5..cc8bc7b2643b 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.38.3-r500.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.38.3-r500.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -156,6 +156,8 @@ pkg_setup() {
src_prepare() {
cmake_src_prepare
gnome2_src_prepare
+
+ eapply "${FILESDIR}"/2.38.2-GTK-Fix-build-failure-in-ClipboardGtk4.cpp.patch
}
src_configure() {