pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-core/patches gnuradio-core: add new patches



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ad37682a774
branches:  trunk
changeset: 386482:1ad37682a774
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 09 07:56:51 2022 +0000

description:
gnuradio-core: add new patches

diffstat:

 ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_thread_thread__group.cc          |  14 +++++++++
 ham/gnuradio-core/patches/patch-gr-blocks_include_gnuradio_blocks_blockinterleaving.h |  15 ++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)

diffs (37 lines):

diff -r 77213f42254c -r 1ad37682a774 ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_thread_thread__group.cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_thread_thread__group.cc      Sun Oct 09 07:56:51 2022 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-gnuradio-runtime_lib_thread_thread__group.cc,v 1.1 2022/10/09 07:56:51 adam Exp $
+
+Fix building.
+
+--- gnuradio-runtime/lib/thread/thread_group.cc.orig   2022-10-08 17:46:38.551298711 +0000
++++ gnuradio-runtime/lib/thread/thread_group.cc
+@@ -14,6 +14,7 @@
+ 
+ #include <gnuradio/thread/thread_group.h>
+ #include <cassert>
++#include <mutex>
+ #include <memory>
+ 
+ namespace gr {
diff -r 77213f42254c -r 1ad37682a774 ham/gnuradio-core/patches/patch-gr-blocks_include_gnuradio_blocks_blockinterleaving.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/ham/gnuradio-core/patches/patch-gr-blocks_include_gnuradio_blocks_blockinterleaving.h     Sun Oct 09 07:56:51 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-gr-blocks_include_gnuradio_blocks_blockinterleaving.h,v 1.1 2022/10/09 07:56:51 adam Exp $
+
+Fix building.
+
+--- gr-blocks/include/gnuradio/blocks/blockinterleaving.h.orig 2022-09-16 15:51:17.000000000 +0000
++++ gr-blocks/include/gnuradio/blocks/blockinterleaving.h
+@@ -11,6 +11,8 @@
+ #ifndef INCLUDED_GR_BLOCKS_BLOCKINTERLEAVING_H
+ #define INCLUDED_GR_BLOCKS_BLOCKINTERLEAVING_H
+ 
++#include <cstddef>
++#include <vector>
+ #include <gnuradio/blocks/api.h>
+ 
+ 



Home | Main Index | Thread Index | Old Index