git: e01ecc142044 - main - audio/jack: remove SOSSO option accidentally added to DEFAULT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Aug 2024 17:47:49 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=e01ecc14204430b0799d5c4c9bcc77b5599672b4 commit e01ecc14204430b0799d5c4c9bcc77b5599672b4 Author: Vladimir Druzenko <vvd@FreeBSD.org> AuthorDate: 2024-08-06 17:44:07 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-06 17:44:07 +0000 audio/jack: remove SOSSO option accidentally added to DEFAULT PR: 280611 Approved by: Florian Walpen <dev@submerge.ch> (maintainer) Fixes: 183213847e99 (Option for new OSS driver backend) --- audio/jack/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/jack/Makefile b/audio/jack/Makefile index ce432acbef53..331f5d822fd3 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -31,7 +31,7 @@ SHEBANG_LANG= python3 CONFIGURE_ARGS= --celt=no --samplerate=yes OPTIONS_DEFINE= ALSA DBUS OPUS PROFILING SOSSO -OPTIONS_DEFAULT= DBUS OPUS SOSSO +OPTIONS_DEFAULT= DBUS OPUS OPTIONS_SUB= yes ALSA_LIB_DEPENDS= libasound.so:audio/alsa-lib