[Bug 269388] www/webkit2-gtk4: build fails on 12.x/i386 after update to 2.38.3

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 07 Feb 2023 15:39:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269388

            Bug ID: 269388
           Summary: www/webkit2-gtk4: build fails on 12.x/i386 after
                    update to 2.38.3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome@FreeBSD.org
          Reporter: jcfyecrayz@liamekaens.com
          Assignee: gnome@FreeBSD.org
             Flags: maintainer-feedback?(gnome@FreeBSD.org)

When you build www/webkit2-gtk4 on 12.x/i386, it fails with:

======================
 .
 .
/usr/ports/www/webkit2-gtk4/work/webkitgtk-2.38.3/Source/JavaScriptCore/API/glib/JSCOptions.cpp:87:13:
error: redefinition of 'valueFromGValue'
static bool valueFromGValue(const GValue* gValue, size_t& value)
            ^
/usr/ports/www/webkit2-gtk4/work/webkitgtk-2.38.3/Source/JavaScriptCore/API/glib/JSCOptions.cpp:76:13:
note: previous definition is here
static bool valueFromGValue(const GValue* gValue, unsigned& value)
            ^
/usr/ports/www/webkit2-gtk4/work/webkitgtk-2.38.3/Source/JavaScriptCore/API/glib/JSCOptions.cpp:93:13:
error: redefinition of 'valueToGValue'
static void valueToGValue(size_t value, GValue* gValue)
            ^
/usr/ports/www/webkit2-gtk4/work/webkitgtk-2.38.3/Source/JavaScriptCore/API/glib/JSCOptions.cpp:82:13:
note: previous definition is here
static void valueToGValue(unsigned value, GValue* gValue)
            ^
/usr/ports/www/webkit2-gtk4/work/webkitgtk-2.38.3/Source/JavaScriptCore/API/glib/JSCOptions.cpp:562:22:
error: redefinition of 'jscOptionsType'
static JSCOptionType jscOptionsType(size_t)
                     ^
/usr/ports/www/webkit2-gtk4/work/webkitgtk-2.38.3/Source/JavaScriptCore/API/glib/JSCOptions.cpp:557:22:
note: previous definition is here
static JSCOptionType jscOptionsType(unsigned)
                     ^
2 warnings and 3 errors generated.
==============

-- 
You are receiving this mail because:
You are the assignee for the bug.