[Bug 260706] Mk/bsd.gecko.mk: LLVM_VERSION not set when LTO=OFF and DEFAULT_VERSIONS+= llvm=13 causing www/firefox build failure

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 05 Jul 2022 19:17:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260706

--- Comment #2 from Bengt Ahlgren <bahlgren@beah.se> ---
My workaround (in make.conf) while waiting for a fix:

.if ${.CURDIR:M*/www/firefox}
LLVM_VERSION= 13.0.1
.endif

-- 
You are receiving this mail because:
You are on the CC list for the bug.