Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/audio/audacity/files/patch-cmake-proxies_CMakeLists.txt
16147 views
1
--- cmake-proxies/CMakeLists.txt.orig 2021-02-04 18:52:51 UTC
2
+++ cmake-proxies/CMakeLists.txt
3
@@ -132,7 +132,7 @@ addlib( expat expat EXPAT YES
4
addlib( lame lame LAME YES YES "lame >= 3.100" )
5
addlib( libsndfile sndfile SNDFILE YES YES "sndfile >= 1.0.28" )
6
addlib( libsoxr soxr SOXR YES YES "soxr >= 0.1.1" )
7
-addlib( portaudio-v19 portaudio PORTAUDIO YES YES "" )
8
+addlib( portaudio-v19 portaudio PORTAUDIO YES YES "portaudio-2.0 >= 19" )
9
addlib( sqlite sqlite SQLITE YES YES "sqlite3 >= 3.32.0" )
10
11
# Optional libraries
12
13