wok rev 21341

updated gnuradio again (3.7.10.1 -> 3.7.13.4)
author Hans-G?nter Theisgen
date Sat Apr 20 14:21:52 2019 +0100 (2019-04-20)
parents 7c0eaf6ae321
children 15e8d94fc34f
files gnuradio/receipt gnuradio/stuff/patches/float_array_to_int.patch gnuradio/stuff/patches/test_tag_variable_rate_ff_impl.patch
line diff
     1.1 --- a/gnuradio/receipt	Sat Apr 20 11:52:29 2019 +0100
     1.2 +++ b/gnuradio/receipt	Sat Apr 20 14:21:52 2019 +0100
     1.3 @@ -25,8 +25,13 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	mkdir build
     1.8 -	cd build
     1.9 +	patch --input=$stuff/patches/float_array_to_int.patch \
    1.10 +		$src/gr-blocks/lib/float_array_to_int.cc
    1.11 +	patch --input=$stuff/patches/test_tag_variable_rate_ff_impl.patch \
    1.12 +		$src/gr-blocks/lib/test_tag_variable_rate_ff_impl.cc
    1.13 +
    1.14 +	mkdir	build
    1.15 +	cd	build
    1.16  	cmake ..				\
    1.17  		-Wno-dev			\
    1.18  		-DCMAKE_INSTALL_PREFIX=/usr &&
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/gnuradio/stuff/patches/float_array_to_int.patch	Sat Apr 20 14:21:52 2019 +0100
     2.3 @@ -0,0 +1,10 @@
     2.4 +--- float_array_to_int.cc.orig	2019-04-20 13:42:10.147211609 +0100
     2.5 ++++ float_array_to_int.cc	2019-04-20 13:41:39.011674158 +0100
     2.6 +@@ -19,6 +19,7 @@
     2.7 +  * the Free Software Foundation, Inc., 51 Franklin Street,
     2.8 +  * Boston, MA 02110-1301, USA.
     2.9 +  */
    2.10 ++#define __STDC_LIMIT_MACROS
    2.11 + 
    2.12 + #ifdef HAVE_CONFIG_H
    2.13 + #include <config.h>
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/gnuradio/stuff/patches/test_tag_variable_rate_ff_impl.patch	Sat Apr 20 14:21:52 2019 +0100
     3.3 @@ -0,0 +1,10 @@
     3.4 +--- test_tag_variable_rate_ff_impl.cc.orig	2019-04-20 13:57:44.108396480 +0100
     3.5 ++++ test_tag_variable_rate_ff_impl.cc	2019-04-20 13:58:54.322597908 +0100
     3.6 +@@ -20,6 +20,7 @@
     3.7 +  * Boston, MA 02110-1301, USA.
     3.8 +  */
     3.9 + 
    3.10 ++#define __STDC_LIMIT_MACROS
    3.11 + #ifdef HAVE_CONFIG_H
    3.12 + #include "config.h"
    3.13 + #endif