diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-18 17:59:22 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-18 18:05:13 +0000 |
commit | c154a10cec90475d42afa2899689feb2f682f514 (patch) | |
tree | 6f489f05280605f532ffd576f961a76367aae215 /comms/gr-osmosdr | |
parent | b8d1d9dc6bc07881f03fa27b8001fdfb45a0994f (diff) |
Diffstat (limited to 'comms/gr-osmosdr')
-rw-r--r-- | comms/gr-osmosdr/files/patch-swig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/gr-osmosdr/files/patch-swig b/comms/gr-osmosdr/files/patch-swig new file mode 100644 index 000000000000..0060bf9de535 --- /dev/null +++ b/comms/gr-osmosdr/files/patch-swig @@ -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 |