Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Feb 2022 10:13:36 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 29fc493e2242 - main - audio/alsa-plugins: remove OSS-specific BUFSZ_P2 option from global list
Message-ID:  <202202181013.21IADaT8003338@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=29fc493e22423bde30e12c780d72eec5233bf2a7

commit 29fc493e22423bde30e12c780d72eec5233bf2a7
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-02-18 10:13:16 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-02-18 10:13:16 +0000

    audio/alsa-plugins: remove OSS-specific BUFSZ_P2 option from global list
    
    Otherwise it would be listed twice on the option selection dialog screen.
    
    PR:     262028
---
 audio/alsa-plugins/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/audio/alsa-plugins/Makefile b/audio/alsa-plugins/Makefile
index e2f3c17781dc..aa7c902bce26 100644
--- a/audio/alsa-plugins/Makefile
+++ b/audio/alsa-plugins/Makefile
@@ -26,7 +26,7 @@ INSTALL_TARGET=	install-strip
 CPPFLAGS+=	-I${.CURDIR}/../alsa-lib/files
 
 OPTIONS_DEFAULT=	PULSEAUDIO
-OPTIONS_DEFINE=		BUFSZ_P2 FFMPEG JACK PULSEAUDIO SAMPLERATE SPEEX
+OPTIONS_DEFINE=		FFMPEG JACK PULSEAUDIO SAMPLERATE SPEEX
 OPTIONS_SUB=		yes
 
 OPTIONS_GROUP=		OSS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202181013.21IADaT8003338>