audacity/b4b5cc8.patch

23 lines
802 B
Diff

From b4b5cc812483b311627bba48e26b91ae389ce713 Mon Sep 17 00:00:00 2001
From: SteveDaulton <stevedaulton@gmail.com>
Date: Mon, 26 Apr 2021 15:45:40 +0100
Subject: [PATCH] Bug 2757 - No support for Jack Audio System
---
cmake-proxies/portaudio-v19/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake-proxies/portaudio-v19/CMakeLists.txt b/cmake-proxies/portaudio-v19/CMakeLists.txt
index d8930ff8ce5..9baf5f6a8eb 100644
--- a/cmake-proxies/portaudio-v19/CMakeLists.txt
+++ b/cmake-proxies/portaudio-v19/CMakeLists.txt
@@ -88,7 +88,7 @@ cmd_option( ${_OPT}use_pa_jack
if( NOT ${_OPT}use_pa_jack STREQUAL "off" )
# Find it
- find_package( jack )
+ find_package( Jack )
if( NOT JACK_FOUND)
set_cache_value( ${_OPT}use_pa_jack "off" )
endif()