https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236855
--- Comment #11 from Raphael Kubo da Costa <rak...@freebsd.org> --- The fp16 thing on ARM reminds me of something I had to fix at work a while ago (I had to make the GCC case work though). My fix was https://github.com/OSSystems/meta-browser/blob/master/recipes-browser/chromium/files/aarch64-skia-build-fix.patch, and I assume the webengine guys needed a GCC fix as well. It's weird that their change breaks our clang build because it should also break their clang builds (unless they're not testing clang+arm64). In any case, it'd be good to file a bug in Qt's bug tracker about this. The arm_features.c error could be solved by adjusting patch-src_3rdparty_chromium_third__party_zlib_arm__features.c and only including those headers when we're not building on BSD (the patch came from www/chromium, but I'm not sure if the chromium port enables OS_LINUX in builds like we do for webengine). -- You are receiving this mail because: You are the assignee for the bug.