Created attachment 183964 [details] Changes to existing patch I needed these patches to compile on a RPi3
Created attachment 183965 [details] Extra patch needed for arm64/RPi3
Created attachment 183979 [details] use aarch64 Hi Does the extrapatch break compilation for non-RPI3 aarch64? If not I would suggest something like attached patch. mfg Tobias
To be honest, I have not tried that. Eyeballing the code, I can't see how it could break other archs.
tcberner@'s patch changes nothing for non-aarch64 platforms, so I'm inclined to prefer that one. But as phk@ says, adding those extra 64 bytes into the `storage` buffer is (eyeball) not going to affect other arches.
A commit references this bug: Author: tcberner Date: Fri Jul 7 09:10:13 UTC 2017 New revision: 445225 URL: https://svnweb.freebsd.org/changeset/ports/445225 Log: www/qt4-webkit: unbreak build on aarch64 PR: 220396 Submitted by: phk (original version) Changes: head/www/qt4-webkit/files/patch-src_3rdparty_webkit_Source_JavaScriptCore_runtime_JSGlobalData.cpp head/www/qt4-webkit/files/patch-src__3rdparty__webkit__Source__JavaScriptCore__runtime__JSValueInlineMethods.h
Thanks.