Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 18:10:22 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c154a10cec90 - main - comms/gr-osmosdr: Fix build with swig 4.1.0+
Message-ID:  <202304181810.33IIAMh6089262@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c154a10cec90475d42afa2899689feb2f682f514

commit c154a10cec90475d42afa2899689feb2f682f514
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-18 17:59:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-18 18:05:13 +0000

    comms/gr-osmosdr: Fix build with swig 4.1.0+
    
    PR:             270720
---
 comms/gr-osmosdr/files/patch-swig | 10 ++++++++++
 1 file changed, 10 insertions(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304181810.33IIAMh6089262>