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:
parent
b8d1d9dc6b
commit
c154a10cec
10
comms/gr-osmosdr/files/patch-swig
Normal file
10
comms/gr-osmosdr/files/patch-swig
Normal 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
|
Loading…
Reference in New Issue
Block a user