diff --git a/srcpkgs/heaptrack/patches/boost-1.89.patch b/srcpkgs/heaptrack/patches/boost-1.89.patch new file mode 100644 index 00000000000..9281711edb9 --- /dev/null +++ b/srcpkgs/heaptrack/patches/boost-1.89.patch @@ -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) + diff --git a/srcpkgs/heaptrack/template b/srcpkgs/heaptrack/template index bd1a3620839..f5de75746c5 100644 --- a/srcpkgs/heaptrack/template +++ b/srcpkgs/heaptrack/template @@ -1,7 +1,7 @@ # Template file for 'heaptrack' pkgname=heaptrack version=1.5.0 -revision=2 +revision=3 build_style=cmake configure_args="-DHEAPTRACK_BUILD_GUI=ON" hostmakedepends="qt5-qmake qt5-host-tools extra-cmake-modules kcoreaddons