mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
innoextract: for boost-1.88
This commit is contained in:
parent
7c6673efc7
commit
3966729610
2 changed files with 18 additions and 2 deletions
11
srcpkgs/innoextract/patches/boost-1.88.patch
Normal file
11
srcpkgs/innoextract/patches/boost-1.88.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/src/stream/slice.cpp
|
||||
+++ b/src/stream/slice.cpp
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <boost/cstdint.hpp>
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
-#include <boost/filesystem/operations.hpp>
|
||||
+#include <boost/filesystem.hpp>
|
||||
#include <boost/range/size.hpp>
|
||||
|
||||
#include "util/console.hpp"
|
|
@ -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 <antonio@antoniomalcolm.com>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue