git: 1aa596d0d7c7 - main - audio/jalv: unbreak with --auto-features=enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Mar 2023 02:12:57 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=1aa596d0d7c79ea52c47312be4f43d6cf3405d30 commit 1aa596d0d7c79ea52c47312be4f43d6cf3405d30 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-03-30 01:15:21 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-03-30 02:11:56 +0000 audio/jalv: unbreak with --auto-features=enabled meson.build:80:0: ERROR: Dependency "portaudio-2.0" not found, tried pkgconfig PR: 270361 Reported by: antoine (via exp-run) --- audio/jalv/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/jalv/Makefile b/audio/jalv/Makefile index 5a6f12acf8ef..12471db0a49b 100644 --- a/audio/jalv/Makefile +++ b/audio/jalv/Makefile @@ -26,6 +26,7 @@ USES= desktop-file-utils gnome pkgconfig meson qmake:no_configure,no_env \ USE_QT= core gui widgets buildtools:build USE_GNOME= atk atkmm cairo cairomm pango pangomm libsigc++20 \ gdkpixbuf2 glib20 glibmm gtk20 gtk30 gtkmm24 +MESON_ARGS= -Dportaudio=disabled CXXFLAGS+= -fPIC