aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-03-30 01:15:21 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-03-30 02:11:56 +0000
commit1aa596d0d7c79ea52c47312be4f43d6cf3405d30 (patch)
tree9f76183d5768c4d0fbc8b4a62cb5b74c7336ab36
parentfad4bc49cbbae16a8165f7dfc6f2baf884cfcc4c (diff)
downloadports-1aa596d0d7c79ea52c47312be4f43d6cf3405d30.tar.gz
ports-1aa596d0d7c79ea52c47312be4f43d6cf3405d30.zip
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)
-rw-r--r--audio/jalv/Makefile1
1 files changed, 1 insertions, 0 deletions
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