Page MenuHomeFreeBSD

D50138.id154790.diff
No OneTemporary

D50138.id154790.diff

diff --git a/www/webkit2-gtk/files/patch-Source_JavaScriptCore_runtime_MathCommon.cpp b/www/webkit2-gtk/files/patch-Source_JavaScriptCore_runtime_MathCommon.cpp
new file mode 100644
--- /dev/null
+++ b/www/webkit2-gtk/files/patch-Source_JavaScriptCore_runtime_MathCommon.cpp
@@ -0,0 +1,11 @@
+--- Source/JavaScriptCore/runtime/MathCommon.cpp.orig 2024-10-21 09:00:02 UTC
++++ Source/JavaScriptCore/runtime/MathCommon.cpp
+@@ -635,7 +635,7 @@ JSC_DEFINE_NOEXCEPT_JIT_OPERATION(f64_nearest, double,
+ return std::nearbyint(operand);
+ }
+
+-#if OS(LINUX) && !defined(__GLIBC__)
++#if OS(UNIX) && !defined(__GLIBC__)
+ static inline float roundevenf(float operand)
+ {
+ float rounded = roundf(operand);

File Metadata

Mime Type
text/plain
Expires
Sun, Aug 23, 9:37 AM (11 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37130303
Default Alt Text
D50138.id154790.diff (711 B)

Event Timeline