wok diff uhd/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents e9d3c81466d5
children 5ea0ce1cecc0
line diff
     1.1 --- a/uhd/receipt	Wed Feb 15 11:22:40 2017 +0100
     1.2 +++ b/uhd/receipt	Sun Jun 14 23:18:03 2020 -0400
     1.3 @@ -21,6 +21,13 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	sed -i 's|native(|native_handle(|' host/lib/transport/*.cpp \
     1.8 +		host/examples/*.cpp
     1.9 +	sed -i 's|timeout \* 1000.0|long(&)|' host/lib/usrp/x300/x300_impl.cpp
    1.10 +	sed -i 's|\(milliseconds\)\(.*\);|\1(long\2);|' \
    1.11 +		host/examples/tx_samples_from_file.cpp
    1.12 +	sed -i 's|\(:seconds\)\(.*\))|\1(long\2))|' \
    1.13 +		host/examples/rx_samples_to_file.cpp
    1.14  	export LDFLAGS="$LDFLAGS -ltinfo"
    1.15  	cd $src/host
    1.16  	mkdir build