git: 29fc493e2242 - main - audio/alsa-plugins: remove OSS-specific BUFSZ_P2 option from global list

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Fri, 18 Feb 2022 10:13:36 UTC
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