ports/comms/libsdr-gui/files/patch-CMakeLists.txt
Diane Bruce db3e77e4fa GUI functions (e.g. waterfall) for libsdr, a simple software defined radio
(SDR) library.

WWW: https://github.com/hmatuschek/libsdr-gui

PR:		207380
Submitted by:	Jeffrey Baitis <baitisj@pcbsd.org>
2016-03-01 03:42:23 +00:00

13 lines
457 B
Text

--- CMakeLists.txt.orig 2015-03-30 13:19:15 UTC
+++ CMakeLists.txt
@@ -35,6 +35,10 @@ set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX
SET(LIBS ${FFTW_LIBRARIES} ${FFTWSingle_LIBRARIES} ${Qt5Core_LIBRARIES} ${Qt5Widgets_LIBRARIES}
${LIBSDR_LIBRARIES})
+Message (STATUS "CFLAGS = " ${CFLAGS} )
+Message (STATUS "CMAKE_CXX_FLAGS = " ${CMAKE_CXX_FLAGS})
+Message (STATUS "CXX_FLAGS = " ${CXX_FLAGS})
+
#
# Get default install directories under Linux
#