summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-wireless/gqrx/files/gqrx-2.12.1-boost-1.73.patch')
-rw-r--r--net-wireless/gqrx/files/gqrx-2.12.1-boost-1.73.patch41
1 files changed, 0 insertions, 41 deletions
diff --git a/net-wireless/gqrx/files/gqrx-2.12.1-boost-1.73.patch b/net-wireless/gqrx/files/gqrx-2.12.1-boost-1.73.patch
deleted file mode 100644
index 38527bc..0000000
--- a/net-wireless/gqrx/files/gqrx-2.12.1-boost-1.73.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 7b5a034e736004fb5bf38a6c082837d2aa05687e Mon Sep 17 00:00:00 2001
-From: Alexander Fasching <fasching.a91@gmail.com>
-Date: Wed, 12 Aug 2020 10:56:15 +0200
-Subject: [PATCH] Include boost bind headers
-
----
- src/dsp/rds/parser_impl.cc | 2 ++
- src/dsp/rx_rds.cpp | 3 +++
- 2 files changed, 5 insertions(+)
-
-diff --git a/src/dsp/rds/parser_impl.cc b/src/dsp/rds/parser_impl.cc
-index b10fdb01..fbc624b4 100644
---- a/src/dsp/rds/parser_impl.cc
-+++ b/src/dsp/rds/parser_impl.cc
-@@ -23,8 +23,10 @@
- #include "tmc_events.h"
- #include <gnuradio/io_signature.h>
- #include <math.h>
-+#include <boost/bind/bind.hpp>
-
- using namespace gr::rds;
-+using namespace boost::placeholders;
-
- parser::sptr
- parser::make(bool log, bool debug, unsigned char pty_locale) {
-diff --git a/src/dsp/rx_rds.cpp b/src/dsp/rx_rds.cpp
-index c4a541f3..f8b34555 100644
---- a/src/dsp/rx_rds.cpp
-+++ b/src/dsp/rx_rds.cpp
-@@ -29,8 +29,11 @@
- #include <iostream>
- #include <stdio.h>
- #include <stdarg.h>
-+#include <boost/bind/bind.hpp>
- #include "dsp/rx_rds.h"
-
-+using namespace boost::placeholders;
-+
- static const int MIN_IN = 1; /* Mininum number of input streams. */
- static const int MAX_IN = 1; /* Maximum number of input streams. */
- static const int MIN_OUT = 1; /* Minimum number of output streams. */