diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2026-01-30 16:14:28 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2026-01-30 16:14:28 +0000 |
| commit | b9289743f40dae677f910be1d3e56198a3a3ff9b (patch) | |
| tree | b36ac46d941954ca7b9d4f5478bee084f9eab422 | |
| parent | 1539a657adb4363e7f12d6fd4c1c8ed2e2d842af (diff) | |
src.opts: Remove MK_SOUND artifact
Fixes: f74f891581bc ("src.opts: Introduce MK_SOUND")
PR: 291853
Sponsored by: The FreeBSD Foundation
MFC after: 4 days
| -rw-r--r-- | share/mk/src.opts.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 415918e1d2ef..5aae1eafedd7 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. |
