mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 03:53:18 +02:00
gnuradio-osmosdr: for boost-1.89
This commit is contained in:
parent
07c762a2e2
commit
90b2c84f17
2 changed files with 12 additions and 1 deletions
11
srcpkgs/gnuradio-osmosdr/patches/boost-1.89.patch
Normal file
11
srcpkgs/gnuradio-osmosdr/patches/boost-1.89.patch
Normal file
|
@ -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")
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue