CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/07/22 10:38:12
Added files:
www/tor-browser/browser/patches:
patch-gfx_skia_skia_src_core_SkCpu_cpp
www/firefox-esr/patches: patch-gfx_skia_skia_src_core_SkCpu_cpp
mail/mozilla-thunderbird/patches:
patch-gfx_skia_skia_src_core_SkCpu_cpp
Log message:
fix arm64 build for the mozilla-esr115-based ports (thunderbird, firefox-esr
and tor-browser)
adding elf_aux_info() made the build system detect sys/auxv.h, and
assume getauxval() was present, thus breaking the build.
patch out the cpu feature detection, as already done in upstream skia in
https://github.com/google/skia/commit/571b4cf2e35930f6744181b73b72939ab236f3ea
discussed with jca@ & kettenis@