CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2013/04/23 03:40:58
Modified files:
www/webkit : Makefile
Added files:
www/webkit/patches: patch-Source_WTF_wtf_StackBounds_cpp
Log message:
Add a patch to fix stack bounds computation, from David Hill (also
pushed upstream as https://bugs.webkit.org/show_bug.cgi?id=114978)
Seems to fix xombrero/surf crashes on amd64, and seems to magically make
webkit sort-of usable (ie dead-slow, but js seems to work) on powerpc.
(symptom : ** Message: console message: undefined @0: RangeError: Maximum
call stack size exceeded.)
Note : webkit still fails to build on mips64* and hppa. sigh.
ok jasper@