From 90b2c84f1745b9ed5f4e286792b8615aef86491c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 30 Aug 2025 16:16:30 +0700 Subject: [PATCH] gnuradio-osmosdr: for boost-1.89 --- srcpkgs/gnuradio-osmosdr/patches/boost-1.89.patch | 11 +++++++++++ srcpkgs/gnuradio-osmosdr/template | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/gnuradio-osmosdr/patches/boost-1.89.patch 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"