freebsd-ports/comms/gnuradio/files/patch-gr-uhd_CMakeLists.txt
Diane Bruce 618e88079c - Update to later version of gnuradio
- fix build with portaudio
- clang builtin's are conflicting with gnuradio so use USE_GCC for now
2015-07-26 23:00:18 +00:00

11 lines
308 B
Text

--- gr-uhd/CMakeLists.txt.orig 2015-05-12 09:39:44 UTC
+++ gr-uhd/CMakeLists.txt
@@ -116,7 +116,7 @@ configure_file(
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/gnuradio-uhd.pc
- DESTINATION ${GR_LIBRARY_DIR}/pkgconfig
+ DESTINATION ${GR_PKGCONFIG_DIR}/pkgconfig
COMPONENT "uhd_devel"
)