From bb78dbd93d5d399762b2108c98c2c92af765f085 Mon Sep 17 00:00:00 2001 From: Piraty Date: Mon, 22 Apr 2019 17:33:55 +0200 Subject: [PATCH] boost: fix build error Thanks to pullmoll. Fixes: #11228 --- srcpkgs/boost/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template index c70d042a0c0..55a188159d7 100644 --- a/srcpkgs/boost/template +++ b/srcpkgs/boost/template @@ -1,7 +1,7 @@ # Template file for 'boost' pkgname=boost version=1.69.0 -revision=2 +revision=3 wrksrc="${pkgname}_${version//\./_}" hostmakedepends="bzip2-devel icu-devel python-devel python3-devel" makedepends="zlib-devel bzip2-devel icu-devel python-devel python3-devel" @@ -122,7 +122,7 @@ boost-build_package() { short_desc+=" - Boost.Build framework" pkg_install() { vmove usr/share/boost-build - vmove etc + vmove etc/site-config.jam } } boost-devel_package() {