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