freebsd-ports/comms/gnuradio/files/patch-volk_CMakeLists.txt
Diane Bruce bf597cb30f - Update to gnuradio 3.7.2.1
GRC Bus Ports (Nicholas McCarthy)

Bus ports in the GNU Radio Companion (GRC) allow ganging block input
or output ports into a single port for display and connections. This
simplifies flowgraph entry when dealing with blocks that work with an
arbitrary number of streams.

For further information, see:

http://gnuradio.org/redmine/projects/gnuradio/wiki/Busports

And see

http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_1
2014-03-28 00:30:55 +00:00

11 lines
326 B
Text

--- volk/CMakeLists.txt.orig 2013-08-28 13:27:03.000000000 -0500
+++ volk/CMakeLists.txt 2014-03-02 20:20:43.000000000 -0500
@@ -97,7 +97,7 @@
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/volk.pc
- DESTINATION lib${LIB_SUFFIX}/pkgconfig
+ DESTINATION ${GR_PKGCONFIG_DIR}/pkgconfig
COMPONENT "volk_devel"
)