wok diff gnuradio/receipt @ rev 21369

updated lives (1.3.4 -> 2.10.2)
author Hans-G?nter Theisgen
date Sun Apr 21 17:43:33 2019 +0100 (2019-04-21)
parents 7c0eaf6ae321
children f3e5f6a3ef9a
line diff
     1.1 --- a/gnuradio/receipt	Sat Apr 20 11:52:29 2019 +0100
     1.2 +++ b/gnuradio/receipt	Sun Apr 21 17:43:33 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 &&