git: 4c68c9e4cf80 - main - audio/musicpd: unbreak with --auto-features=enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Mar 2023 08:29:26 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c68c9e4cf80de96739a65f29d18a6d0013d516c commit 4c68c9e4cf80de96739a65f29d18a6d0013d516c Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-28 07:50:48 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-28 08:28:15 +0000 audio/musicpd: unbreak with --auto-features=enabled ERROR: Got argument auto_features as both -Dauto_features and --auto-features. Pick one. PR: 270361 Reported by: antoine (via exp-run) --- audio/musicpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 4136a24b70ba..cdc18f0b20af 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -19,7 +19,7 @@ USES= compiler:c++17-lang localbase:ldflags meson pkgconfig \ python:build tar:xz USE_RC_SUBR= ${PORTNAME} -MESON_ARGS= -Dauto_features=disabled \ +MESON_ARGS= --auto-features=disabled \ -Dbzip2=enabled \ -Dhttpd=true \ -Dicu=enabled \