diff --git a/srcpkgs/innoextract/patches/boost-1.88.patch b/srcpkgs/innoextract/patches/boost-1.88.patch new file mode 100644 index 00000000000..966026af0fa --- /dev/null +++ b/srcpkgs/innoextract/patches/boost-1.88.patch @@ -0,0 +1,11 @@ +--- a/src/stream/slice.cpp ++++ b/src/stream/slice.cpp +@@ -26,7 +26,7 @@ + + #include + #include +-#include ++#include + #include + + #include "util/console.hpp" diff --git a/srcpkgs/innoextract/template b/srcpkgs/innoextract/template index 03046857247..b051abafcc6 100644 --- a/srcpkgs/innoextract/template +++ b/srcpkgs/innoextract/template @@ -1,13 +1,18 @@ # Template file for 'innoextract' pkgname=innoextract version=1.9 -revision=5 +revision=6 build_style=cmake hostmakedepends="extra-cmake-modules" -makedepends="boost-devel liblzma-devel" +makedepends="boost-devel-minimal libboost_filesystem libboost_iostreams + libboost_date_time libboost_program_options liblzma-devel" short_desc="Tool to unpack installers created by Inno Setup" maintainer="Antonio Malcolm " license="Zlib" homepage="http://constexpr.org/innoextract/" distfiles="${homepage}files/${pkgname}-${version}/${pkgname}-${version}.tar.gz" checksum=6344a69fc1ed847d4ed3e272e0da5998948c6b828cb7af39c6321aba6cf88126 + +post_patch() { + sed -i '/cmake_minimum_required/d' cmake/*.cmake +}