CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/10/22 05:13:34
Modified files:
www/mozilla-firefox: Makefile
www/mozilla-firefox/patches: patch-dom_ipc_ContentChild_cpp
Added files:
www/mozilla-firefox/patches:
patch-media_ffvpx_config_unix_aarch64_h
Log message:
firefox: partially unbreak build on aarch64. ok landry
The update of the bundled ffmpeg regenerated config info which toggled
CONFEX_LINUX_PERF to on for aarch64. This results in things attempting
to pull in linux-specific headers like asm/unistd.h.
The build is currently still broken: lto requires more memory than
allowed in pbuild's datasize-cur on arm64. Hopefully adjusted soon.