openbsd-ports/comms/gnuradio/patches/patch-gr-digital_lib_protocol_formatter_async_impl_cc
2022-03-11 18:26:24 +00:00

15 lines
406 B
Plaintext

Build with newer Boost. From Fedora.
Index: gr-digital/lib/protocol_formatter_async_impl.cc
--- gr-digital/lib/protocol_formatter_async_impl.cc.orig
+++ gr-digital/lib/protocol_formatter_async_impl.cc
@@ -32,6 +32,8 @@
namespace gr {
namespace digital {
+using namespace boost::placeholders;
+
protocol_formatter_async::sptr
protocol_formatter_async::make(const header_format_base::sptr& format)
{