mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Although being simple, libsdr is sufficient to write a simple SDR receiver application (github.com/hmatuschek/sdr-rx, above). This RX application supports several input sources (i.e. sound card, files, RTL2382 dongles etc.) and modes (i.e. AM, FM, SSB, CW, etc.). WWW: https://github.com/hmatuschek/libsdr PR: 207379 Submitted by: Jeffrey Baitis <baitisj@pcbsd.org>
10 lines
259 B
Text
10 lines
259 B
Text
--- CMakeLists.txt.orig 2015-01-12 13:06:37 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -30,6 +30,7 @@ ENDIF(FFTW_FOUND)
|
|
|
|
IF(PORTAUDIO_FOUND)
|
|
set(SDR_WITH_PORTAUDIO ON)
|
|
+ set(PORTAUDIO_LIBRARIES)
|
|
ELSE(PORTAUDIO_FOUND)
|
|
set(PORTAUDIO_LIBRARIES)
|
|
ENDIF(PORTAUDIO_FOUND)
|