diff --git a/srcpkgs/pulseview/patches/boost-1.89.patch b/srcpkgs/pulseview/patches/boost-1.89.patch new file mode 100644 index 00000000000..d07b7bc2478 --- /dev/null +++ b/srcpkgs/pulseview/patches/boost-1.89.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -117,7 +117,7 @@ endif() + + set(QT_LIBRARIES Qt5::Gui Qt5::Widgets Qt5::Svg) + +-set(BOOSTCOMPS filesystem serialization system) ++set(BOOSTCOMPS filesystem serialization) + if(ENABLE_TESTS) + list(APPEND BOOSTCOMPS unit_test_framework) + endif() diff --git a/srcpkgs/pulseview/template b/srcpkgs/pulseview/template index 5cfc40b94c7..5fa98799f06 100644 --- a/srcpkgs/pulseview/template +++ b/srcpkgs/pulseview/template @@ -1,7 +1,7 @@ # Template file for 'pulseview' pkgname=pulseview version=0.4.2 -revision=7 +revision=8 build_style=cmake configure_args="-DDISABLE_WERROR=TRUE" hostmakedepends="pkg-config qt5-qmake qt5-host-tools"