summaryrefslogtreecommitdiff
path: root/audio/audacity/files/patch-cmake-proxies_CMakeLists.txt
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-04-17 21:02:53 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2021-04-17 21:06:08 -0700
commita2c5d69385fe0d8c5a666d570f5b464ca302d37d (patch)
tree7b4b6fa35dbe9f08c7f28e6e2aa0d58d6abf77f1 /audio/audacity/files/patch-cmake-proxies_CMakeLists.txt
parentscience/py-nilearn: Update 0.7.0 -> 0.7.1 (diff)
audio/audacity: Update 2.4.2 -> 3.0.0
I also changed the default of LADSPA to OFF and LV2 to ON because LV2 is a new generation of LADSPA. PR: 254598 Submitted by: xxjack12xx@gmail.com (maintainer)
Diffstat (limited to 'audio/audacity/files/patch-cmake-proxies_CMakeLists.txt')
-rw-r--r--audio/audacity/files/patch-cmake-proxies_CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audacity/files/patch-cmake-proxies_CMakeLists.txt b/audio/audacity/files/patch-cmake-proxies_CMakeLists.txt
index 4f1dbe0e6300..bec1681c2429 100644
--- a/audio/audacity/files/patch-cmake-proxies_CMakeLists.txt
+++ b/audio/audacity/files/patch-cmake-proxies_CMakeLists.txt
@@ -1,4 +1,4 @@
---- cmake-proxies/CMakeLists.txt.orig 2020-06-19 15:16:47 UTC
+--- cmake-proxies/CMakeLists.txt.orig 2021-02-04 18:52:51 UTC
+++ cmake-proxies/CMakeLists.txt
@@ -132,7 +132,7 @@ addlib( expat expat EXPAT YES
addlib( lame lame LAME YES YES "lame >= 3.100" )
@@ -6,6 +6,6 @@
addlib( libsoxr soxr SOXR YES YES "soxr >= 0.1.1" )
-addlib( portaudio-v19 portaudio PORTAUDIO YES YES "" )
+addlib( portaudio-v19 portaudio PORTAUDIO YES YES "portaudio-2.0 >= 19" )
+ addlib( sqlite sqlite SQLITE YES YES "sqlite3 >= 3.32.0" )
# Optional libraries
- #