mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 20:12:59 +02:00
heaptrack: for boost-1.89
This commit is contained in:
parent
7d85ee4e10
commit
21294d8c9f
2 changed files with 12 additions and 1 deletions
11
srcpkgs/heaptrack/patches/boost-1.89.patch
Normal file
11
srcpkgs/heaptrack/patches/boost-1.89.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/src/analyze/CMakeLists.txt
|
||||||
|
+++ b/src/analyze/CMakeLists.txt
|
||||||
|
@@ -2,7 +2,7 @@ if (ECM_FOUND)
|
||||||
|
include(ECMEnableSanitizers)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
-find_package(Boost 1.41.0 REQUIRED COMPONENTS iostreams program_options system filesystem)
|
||||||
|
+find_package(Boost 1.41.0 REQUIRED COMPONENTS iostreams program_options filesystem)
|
||||||
|
|
||||||
|
configure_file(analyze_config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/analyze_config.h)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'heaptrack'
|
# Template file for 'heaptrack'
|
||||||
pkgname=heaptrack
|
pkgname=heaptrack
|
||||||
version=1.5.0
|
version=1.5.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DHEAPTRACK_BUILD_GUI=ON"
|
configure_args="-DHEAPTRACK_BUILD_GUI=ON"
|
||||||
hostmakedepends="qt5-qmake qt5-host-tools extra-cmake-modules kcoreaddons
|
hostmakedepends="qt5-qmake qt5-host-tools extra-cmake-modules kcoreaddons
|
||||||
|
|
Loading…
Add table
Reference in a new issue