CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/02/16 15:37:31
Modified files:
www/webkitgtk4 : Makefile
Log message:
Stop using -DUSE_OPENGL_OR_ES=OFF on powerpc
This arg breaks the build of webkitgtk4, because this arg disables the
coordinated graphics, but https://commits.webkit.org/238823@main added
code that requires the coordinated graphics.
After unbreaking webkitgtk4, I can browse a few websites in www/midori
on macppc. Most websites crash their tabs, in the same way that
glxgears crashes, "LLVM ERROR: Relocation type not implemented yet!"
ok ajacoutot@ (maintainer)