From 878459a412cd0d5673585f3d235f3657d9866e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 30 Aug 2025 16:16:32 +0700 Subject: [PATCH] innoextract: for boost-1.89 --- srcpkgs/innoextract/patches/boost-1.89.patch | 10 ++++++++++ srcpkgs/innoextract/template | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/innoextract/patches/boost-1.89.patch diff --git a/srcpkgs/innoextract/patches/boost-1.89.patch b/srcpkgs/innoextract/patches/boost-1.89.patch new file mode 100644 index 00000000000..227328ce5a9 --- /dev/null +++ b/srcpkgs/innoextract/patches/boost-1.89.patch @@ -0,0 +1,10 @@ +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -155,7 +155,6 @@ find_package(Boost REQUIRED COMPONENTS + iostreams + filesystem + date_time +- system + program_options + ) + list(APPEND LIBRARIES ${Boost_LIBRARIES}) diff --git a/srcpkgs/innoextract/template b/srcpkgs/innoextract/template index b051abafcc6..a9b9d40beee 100644 --- a/srcpkgs/innoextract/template +++ b/srcpkgs/innoextract/template @@ -1,7 +1,7 @@ # Template file for 'innoextract' pkgname=innoextract version=1.9 -revision=6 +revision=7 build_style=cmake hostmakedepends="extra-cmake-modules" makedepends="boost-devel-minimal libboost_filesystem libboost_iostreams