wok-6.x diff uhd/receipt @ rev 22875
updated gphoto2 (2.5.14 -> 2.5.23)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 21 17:50:13 2020 +0100 (2020-02-21) |
parents | e9d3c81466d5 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/uhd/receipt Wed Feb 15 11:22:40 2017 +0100 1.2 +++ b/uhd/receipt Fri Feb 21 17:50:13 2020 +0100 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