File ppc64le.patch of Package webkit2gtk3
From 062fb9413b0883b13fdf30d80c5bd02815401f43 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro <mcatanzaro@gnome.org> Date: Fri, 23 Jan 2026 14:06:58 -0600 Subject: [PATCH] [GTK] [2.51.90] Fails to build on i386: undeclared identifier 'VM_TAG_FOR_STRUCTUREALLOCATOR_MEMORY' https://bugs.webkit.org/show_bug.cgi?id=306109 Unreviewed stable branch build fix. Fix build after 305752@main. Canonical link: https://commits.webkit.org/305877.10@webkitglib/2.52 --- Source/WTF/wtf/VMTags.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/WTF/wtf/VMTags.h b/Source/WTF/wtf/VMTags.h index 4c06226db807..8f03351a20c9 100644 --- a/Source/WTF/wtf/VMTags.h +++ b/Source/WTF/wtf/VMTags.h @@ -33,6 +33,7 @@ #define VM_TAG_FOR_WEBASSEMBLY_MEMORY -1 #define VM_TAG_FOR_EXECUTABLEALLOCATOR_MEMORY -1 #define VM_TAG_FOR_ISOHEAP_MEMORY -1 +#define VM_TAG_FOR_STRUCTUREALLOCATOR_MEMORY -1 #else -- 2.52.0