summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-07-16 10:28:24 -0400
committerMatt Turner <mattst88@gentoo.org>2023-07-16 10:30:16 -0400
commitb69099c78014c15933043371cc3b4adb10d8d3bc (patch)
treef0b8b0bb7216abf2ee87d27c2ce82b263de92517 /gui-libs/gtk/gtk-4.10.4.ebuild
parentdev-vcs/tig: Drop old versions (diff)
downloadgentoo-b69099c78014c15933043371cc3b4adb10d8d3bc.tar.gz
gentoo-b69099c78014c15933043371cc3b4adb10d8d3bc.tar.bz2
gentoo-b69099c78014c15933043371cc3b4adb10d8d3bc.zip
gui-libs/gtk: Fix unaligned accesses
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gui-libs/gtk/gtk-4.10.4.ebuild')
-rw-r--r--gui-libs/gtk/gtk-4.10.4.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/gui-libs/gtk/gtk-4.10.4.ebuild b/gui-libs/gtk/gtk-4.10.4.ebuild
index 5624e17877cc..79ae3bf49fc8 100644
--- a/gui-libs/gtk/gtk-4.10.4.ebuild
+++ b/gui-libs/gtk/gtk-4.10.4.ebuild
@@ -96,6 +96,11 @@ BDEPEND="
)
"
+PATCHES=(
+ "${FILESDIR}"/${PV}-gtk-Pass-G_ALIGNOF-.-to-gtk_sort_keys_new.patch
+ "${FILESDIR}"/${PV}-gtk-Align-key_size-up-to-key_align.patch
+)
+
python_check_deps() {
python_has_version "dev-python/pygobject:3[${PYTHON_USEDEP}]" || return
}