CVSROOT: /cvs Module name: ports Changes by: [email protected] 2024/11/25 12:20:26
Added files:
www/webkitgtk4/patches:
patch-Source_JavaScriptCore_wasm_js_JSToWasm_cpp
Log message:
Fix incomplete type 'JSC::OpaqueByproducts' in the riscv64 build
The required header is supposedly brought in if OMGJIT is enabled, but that's
not the case on riscv64.
Upstream discussion: https://bugs.webkit.org/show_bug.cgi?id=282677
Another tentative fix upstream: https://github.com/WebKit/WebKit/pull/36379
