1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

comms/gr-osmosdr: Fix build with swig 4.1.0+

PR:		270720
This commit is contained in:
Po-Chuan Hsieh 2023-04-19 01:59:22 +08:00
parent b8d1d9dc6b
commit c154a10cec
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -0,0 +1,10 @@
--- swig/osmosdr_swig.i.orig 2020-12-18 12:22:24 UTC
+++ swig/osmosdr_swig.i
@@ -5,6 +5,7 @@
// suppress Warning 319: No access specifier given for base class 'boost::noncopyable' (ignored).
#pragma SWIG nowarn=319
+%include <std_container.i>
%include "gnuradio.i" // the common stuff
//load generated python docstrings