Date: Tue, 03 Feb 2026 09:42:43 +0000 From: Christos Margiolis <christos@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: a9f9496dee2d - stable/15 - src.opts: Remove MK_SOUND artifact Message-ID: <6981c313.3f0e8.25baa9f6@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=a9f9496dee2d2b57008264591973bd2db3a08075 commit a9f9496dee2d2b57008264591973bd2db3a08075 Author: Christos Margiolis <christos@FreeBSD.org> AuthorDate: 2026-01-30 16:14:28 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2026-02-03 09:42:34 +0000 src.opts: Remove MK_SOUND artifact Fixes: f74f891581bc ("src.opts: Introduce MK_SOUND") PR: 291853 Sponsored by: The FreeBSD Foundation MFC after: 4 days (cherry picked from commit b9289743f40dae677f910be1d3e56198a3a3ff9b) --- share/mk/src.opts.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index a472ac137b86..88fd83a3c723 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -504,11 +504,6 @@ MK_CLANG_FULL:= no MK_LLVM_COV:= no .endif -# CUSE is needed only by virtual_oss, but virtual_oss is part of MK_SOUND. -.if ${MK_CUSE} == "no" -MK_SOUND:= no -.endif - .if ${MK_ASAN} == "yes" # In order to get sensible backtraces from ASAN we have to install # llvm-symbolizer as /usr/bin/addr2line instead of the elftoolchain version.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6981c313.3f0e8.25baa9f6>
