diff --git a/srcpkgs/gnuradio-osmosdr/patches/boost-1.89.patch b/srcpkgs/gnuradio-osmosdr/patches/boost-1.89.patch new file mode 100644 index 00000000000..29193f73ea6 --- /dev/null +++ b/srcpkgs/gnuradio-osmosdr/patches/boost-1.89.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -119,7 +119,7 @@ endif() + ######################################################################## + # Find boost + ######################################################################## +-find_package(Boost "1.65" REQUIRED chrono thread system) ++find_package(Boost "1.65" REQUIRED chrono thread) + + if(NOT Boost_FOUND) + message(FATAL_ERROR "Boost required to compile osmosdr") diff --git a/srcpkgs/gnuradio-osmosdr/template b/srcpkgs/gnuradio-osmosdr/template index dd0b1f951bf..023f035ef9d 100644 --- a/srcpkgs/gnuradio-osmosdr/template +++ b/srcpkgs/gnuradio-osmosdr/template @@ -1,7 +1,7 @@ # Template file for 'gnuradio-osmosdr' pkgname=gnuradio-osmosdr version=0.2.4 -revision=9 +revision=10 build_style=cmake configure_args="-Dpybind11_DIR=${XBPS_CROSS_BASE}/${py3_sitelib}/pybind11/share/cmake/pybind11" hostmakedepends="pkg-config gnuradio python3"