[Bug 277021] www/firefox: error on start after updating to 123.0 (rc1, rc2)

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 15 Feb 2024 15:11:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277021

--- Comment #48 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
(In reply to jakub_lach from comment #47)

Yes, if CPUTYPE is defined with CPUTYPE= somewhere else in the build chain.
But IIUC, there's none for building firefox.

Note that this conditional is for excluding /usr/src/sys/boot* from setting
CPUTYPE.
This was a remnant, as in ancient days before sources for boot codes moved from
/usr/src/sys/boot to /usr/src/stand, setting CPUTYPE for boot codes caused
broken boot codes. Currently it's just equivalent as simple "CPUTYPE?=
haswell".
See "!" (== not) in conditional.

-- 
You are receiving this mail because:
You are the assignee for the bug.