diff options
author | Diane Bruce <db@FreeBSD.org> | 2018-08-14 23:33:58 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2018-08-14 23:33:58 +0000 |
commit | cf884890a6390a137c05981c0cfcb733c251765f (patch) | |
tree | 821e4ae09fd6dbcc1426cb49349b51048e6c1ff9 /comms/gnuradio/files | |
parent | 7814c55c41a39c79207b301bcc1f4e988df46269 (diff) |
Notes
Diffstat (limited to 'comms/gnuradio/files')
-rw-r--r-- | comms/gnuradio/files/patch-cmake_Modules_FindUSB.cmake | 4 | ||||
-rw-r--r-- | comms/gnuradio/files/patch-gr-uhd_examples_c++_CMakeLists.txt | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/comms/gnuradio/files/patch-cmake_Modules_FindUSB.cmake b/comms/gnuradio/files/patch-cmake_Modules_FindUSB.cmake index 77cd2981154c..9050bab3474d 100644 --- a/comms/gnuradio/files/patch-cmake_Modules_FindUSB.cmake +++ b/comms/gnuradio/files/patch-cmake_Modules_FindUSB.cmake @@ -1,6 +1,6 @@ ---- cmake/Modules/FindUSB.cmake.orig 2018-06-13 21:42:48 UTC +--- cmake/Modules/FindUSB.cmake.orig 2018-07-15 16:09:20 UTC +++ cmake/Modules/FindUSB.cmake -@@ -22,6 +22,19 @@ else(LIBUSB_INCLUDE_DIR AND LIBUSB_LIBRARIES) +@@ -23,6 +23,19 @@ else(LIBUSB_INCLUDE_DIR AND LIBUSB_LIBRARIES) set(LIBUSB_FOUND FALSE CACHE INTERNAL "libusb-1.0 found") message(STATUS "libusb-1.0 not found.") endif(LIBUSB_INCLUDE_DIR AND LIBUSB_LIBRARIES) diff --git a/comms/gnuradio/files/patch-gr-uhd_examples_c++_CMakeLists.txt b/comms/gnuradio/files/patch-gr-uhd_examples_c++_CMakeLists.txt deleted file mode 100644 index 7068fca81b33..000000000000 --- a/comms/gnuradio/files/patch-gr-uhd_examples_c++_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- gr-uhd/examples/c++/CMakeLists.txt.orig 2018-06-13 21:42:48 UTC -+++ gr-uhd/examples/c++/CMakeLists.txt -@@ -35,7 +35,7 @@ link_directories(${Boost_LIBRARY_DIRS}) - # Build executable - ######################################################################## - add_executable(tags_demo tags_demo.cc) --target_link_libraries(tags_demo gnuradio-uhd) -+target_link_libraries(tags_demo gnuradio-uhd -lpthread) - - INSTALL(TARGETS - tags_demo |