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