freebsd-ports/comms/gnuradio/files/patch-volk_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
296 B
Text

--- volk/CMakeLists.txt.orig 2015-05-12 09:39:44 UTC
+++ volk/CMakeLists.txt
@@ -136,7 +136,7 @@ configure_file(
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/volk.pc
- DESTINATION lib${LIB_SUFFIX}/pkgconfig
+ DESTINATION ${GR_PKGCONFIG_DIR}/pkgconfig
COMPONENT "volk_devel"
)