git: abc81154f709 - main - audio/ncmpc: unbreak with --auto-features=enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Mar 2023 09:07:35 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=abc81154f7093c20be630841d9bb6c5e3b9a33fd
commit abc81154f7093c20be630841d9bb6c5e3b9a33fd
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-30 08:12:37 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-30 09:07:16 +0000
audio/ncmpc: unbreak with --auto-features=enabled
meson.build:114:0: ERROR: Dependency "lirc" not found, tried pkgconfig
PR: 270361
Reported by: antoine (via exp-run)
---
audio/ncmpc/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/audio/ncmpc/Makefile b/audio/ncmpc/Makefile
index 90bf832f135d..7d3bc8c08bd8 100644
--- a/audio/ncmpc/Makefile
+++ b/audio/ncmpc/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \
USES= compiler:c++17-lang cpe iconv localbase:ldflags meson ncurses \
pkgconfig tar:xz
+MESON_ARGS= -Dlirc=disabled
CPE_VENDOR= ncmpc_project