pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/ham/gnuradio-core/patches
Module Name: pkgsrc
Committed By: adam
Date: Sun Oct 9 07:56:51 UTC 2022
Added Files:
pkgsrc/ham/gnuradio-core/patches:
patch-gnuradio-runtime_lib_thread_thread__group.cc
patch-gr-blocks_include_gnuradio_blocks_blockinterleaving.h
Log Message:
gnuradio-core: add new patches
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_thread_thread__group.cc \
pkgsrc/ham/gnuradio-core/patches/patch-gr-blocks_include_gnuradio_blocks_blockinterleaving.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_thread_thread__group.cc
diff -u /dev/null pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_thread_thread__group.cc:1.1
--- /dev/null Sun Oct 9 07:56:51 2022
+++ pkgsrc/ham/gnuradio-core/patches/patch-gnuradio-runtime_lib_thread_thread__group.cc Sun Oct 9 07:56:51 2022
@@ -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 {
Index: pkgsrc/ham/gnuradio-core/patches/patch-gr-blocks_include_gnuradio_blocks_blockinterleaving.h
diff -u /dev/null pkgsrc/ham/gnuradio-core/patches/patch-gr-blocks_include_gnuradio_blocks_blockinterleaving.h:1.1
--- /dev/null Sun Oct 9 07:56:51 2022
+++ pkgsrc/ham/gnuradio-core/patches/patch-gr-blocks_include_gnuradio_blocks_blockinterleaving.h Sun Oct 9 07:56:51 2022
@@ -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