# HG changeset patch # User Hans-G?nter Theisgen # Date 1555766512 -3600 # Node ID e44d58e5e7e8e0ee7fd4a352297341024111de99 # Parent 7c0eaf6ae3215631271580af658e4036050272fb updated gnuradio again (3.7.10.1 -> 3.7.13.4) diff -r 7c0eaf6ae321 -r e44d58e5e7e8 gnuradio/receipt --- a/gnuradio/receipt Sat Apr 20 11:52:29 2019 +0100 +++ b/gnuradio/receipt Sat Apr 20 14:21:52 2019 +0100 @@ -25,8 +25,13 @@ # Rules to configure and make the package. compile_rules() { - mkdir build - cd build + patch --input=$stuff/patches/float_array_to_int.patch \ + $src/gr-blocks/lib/float_array_to_int.cc + patch --input=$stuff/patches/test_tag_variable_rate_ff_impl.patch \ + $src/gr-blocks/lib/test_tag_variable_rate_ff_impl.cc + + mkdir build + cd build cmake .. \ -Wno-dev \ -DCMAKE_INSTALL_PREFIX=/usr && diff -r 7c0eaf6ae321 -r e44d58e5e7e8 gnuradio/stuff/patches/float_array_to_int.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnuradio/stuff/patches/float_array_to_int.patch Sat Apr 20 14:21:52 2019 +0100 @@ -0,0 +1,10 @@ +--- float_array_to_int.cc.orig 2019-04-20 13:42:10.147211609 +0100 ++++ float_array_to_int.cc 2019-04-20 13:41:39.011674158 +0100 +@@ -19,6 +19,7 @@ + * the Free Software Foundation, Inc., 51 Franklin Street, + * Boston, MA 02110-1301, USA. + */ ++#define __STDC_LIMIT_MACROS + + #ifdef HAVE_CONFIG_H + #include diff -r 7c0eaf6ae321 -r e44d58e5e7e8 gnuradio/stuff/patches/test_tag_variable_rate_ff_impl.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnuradio/stuff/patches/test_tag_variable_rate_ff_impl.patch Sat Apr 20 14:21:52 2019 +0100 @@ -0,0 +1,10 @@ +--- test_tag_variable_rate_ff_impl.cc.orig 2019-04-20 13:57:44.108396480 +0100 ++++ test_tag_variable_rate_ff_impl.cc 2019-04-20 13:58:54.322597908 +0100 +@@ -20,6 +20,7 @@ + * Boston, MA 02110-1301, USA. + */ + ++#define __STDC_LIMIT_MACROS + #ifdef HAVE_CONFIG_H + #include "config.h" + #endif