File: set-portaudio-library.patch

package info (click to toggle)
nyquist 3.20%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 58,008 kB
  • sloc: ansic: 74,743; lisp: 17,929; java: 10,723; cpp: 6,690; sh: 171; xml: 58; makefile: 40; python: 15
file content (22 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: "Steve M. Robbins" <smr@debian.org>
Date: Sat, 8 Feb 2020 21:10:06 -0600
Subject: set-portaudio-library

===================================================================
---
 CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 62e33b3..c56093c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -416,6 +416,8 @@ else()
     message(FATAL_ERROR "Could not find sndfile.h") 
 endif()
 
+set(PORTAUDIO_LIBRARY portaudio)
+
 if(NOT PORTAUDIO_LIBRARY)
   message(FATAL_ERROR "Nyquist requires the portaudio library")
 endif()