mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
474cd8614b
Important new features (3.6.5): New OFDM PHY layer (Martin Braun, Ben Reynwar) This release includes new OFDM PHY layer blocks in gr-digital. New runtime logging capability (Tom Rondeau) GNU Radio has a logging interface to enable various levels of logging information to be printed to the console or a file. And Numerous bug fixes Reviewed by: martymac
12 lines
340 B
Plaintext
12 lines
340 B
Plaintext
--- gr-uhd/CMakeLists.txt.orig 2013-06-04 17:35:10.000000000 -0500
|
|
+++ gr-uhd/CMakeLists.txt 2013-06-04 17:35:23.000000000 -0500
|
|
@@ -111,7 +111,7 @@
|
|
|
|
install(
|
|
FILES ${CMAKE_CURRENT_BINARY_DIR}/gnuradio-uhd.pc
|
|
- DESTINATION ${GR_LIBRARY_DIR}/pkgconfig
|
|
+ DESTINATION ${GR_PKGCONFIG_DIR}/pkgconfig
|
|
COMPONENT "uhd_devel"
|
|
)
|
|
|