CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/03/25 08:03:49
Modified files:
www/webkitgtk4 : Makefile
Added files:
www/webkitgtk4/patches: patch-Source_WTF_wtf_CheckedArithmetic_h
patch-Source_WebCore_contentextensions_DFACombiner_cpp
patch-Source_WebCore_contentextensions_NFAToDFA_cpp
Log message:
webkitgtk4: unbreak on powerpc
- Fix some parts of the code that doesn't consider that char may be
unsigned by default (powerpc, arm).
- powerpc: use address relaxing and long calls. Also avoid building
code that generates the __mulodi4 symbol with ports-clang on this
arch. It fixes several linking errors. (Thanks to bcallah@ for
his many hints!)
OK jca@