ports/comms/libsdr/files/patch-CMakeLists.txt
Diane Bruce 518a50b30b A simple software defined radio (SDR) library.
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>
2016-03-01 03:41:14 +00:00

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)