maintainer-feedback requested: [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
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome (Nobody)
<gnome@FreeBSD.org> for maintainer-feedback:
Bug 269388: www/webkit2-gtk4: build fails on 12.x/i386 after update to 2.38.3
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269388



--- Description ---
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/gli
b/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/gli
b/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/gli
b/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/gli
b/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/gli
b/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/gli
b/JSCOptions.cpp:557:22:
note: previous definition is here
static JSCOptionType jscOptionsType(unsigned)
		     ^
2 warnings and 3 errors generated.
==============