CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/11/11 14:27:03
Modified files:
www/webkitgtk4 : Makefile
Added files:
www/webkitgtk4/patches:
patch-Source_WebCore_platform_graphics_x11_PlatformDisplayX11_cpp
powerpc-patch-Source_JavaScriptCore_llint_LowLevelInterpreter32_64_asm
Log message:
webkitgtk4: powerpc-only fixes
1) Fix javascript crashes at runtime
Take a patch from Daniel Kolesa @ Void-PPC to avoid segfaults in consumers as
soon as javascript is used. Keep it powerpc-only for now, since it has not
yet been reviewed by upstream and can have consequences on other 32-bit archs.
2) Fix colors
Colors were off as soon as javascript is involved. Disabling context GL fixes
the issue (but hurts performances). Another patch was needed because of a
missing include when this option is disabled.
Thanks to sthen and aja for hints!
OK aja@ (maintainer)