git: d1dd972686d9 - main - audio/carla: enable LINUXSAMPLER only where it's available
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Apr 2022 12:09:40 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1dd972686d9d22258ba6c0a1c5f55531f7cafb6 commit d1dd972686d9d22258ba6c0a1c5f55531f7cafb6 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-19 12:07:48 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-19 12:09:21 +0000 audio/carla: enable LINUXSAMPLER only where it's available --- audio/carla/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/audio/carla/Makefile b/audio/carla/Makefile index 3a95f94589bd..758a8787a174 100644 --- a/audio/carla/Makefile +++ b/audio/carla/Makefile @@ -38,7 +38,9 @@ BINARY_ALIAS= pyuic5=${LOCALBASE}/bin/pyuic5-${PYTHON_VER} \ pyrcc5=${LOCALBASE}/bin/pyrcc5-${PYTHON_VER} OPTIONS_DEFINE= FFMPEG FLUIDSYNTH LINUXSAMPLER -OPTIONS_DEFAULT= FFMPEG FLUIDSYNTH JACK LINUXSAMPLER +OPTIONS_DEFAULT= FFMPEG FLUIDSYNTH JACK +OPTIONS_DEFAULT_amd64= LINUXSAMPLER +OPTIONS_DEFAULT_i386= LINUXSAMPLER OPTIONS_MULTI= BACKEND OPTIONS_MULTI_BACKEND= JACK PULSEAUDIO BACKEND_DESC= Audio backend