[Bug 259055] www/firefox fails to build with DEBUG option enabled on FreeBSD_12-RELEASE

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 11 Oct 2021 01:12:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259055

--- Comment #2 from Jan Beich <jbeich@FreeBSD.org> ---
https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-93-patches-01.tar.xz
doesn't have a fix as the patch is conditionally disabled per
REQUIRED_USE="debug? ( !system-av1 )". Doing the same is kinda pointless
because the MOZ_ASSERT line is elided in non-debug (release) builds and the
condition within is always true as aom_image_t no longer has room for alpha
i.e., stride[4] -> stride[3].

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