mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/boost to 1.52.0-3
This commit is contained in:
parent
0a54c1f56c
commit
8fd76f1c49
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ arch=('i686' 'x86_64')
|
|||
license=('custom')
|
||||
makedepends=('icu>=51.1' 'python' 'python2' 'bzip2' 'zlib')
|
||||
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
|
||||
boost-1.52.0-python3.patch)
|
||||
boost-1.52.0-python3.patch)
|
||||
sha1sums=('1120430030315b0a94b6d63fc04662960db2444c'
|
||||
'34026072a7cb2534164f20e77bb71a5c75093307')
|
||||
|
||||
|
@ -30,7 +30,7 @@ build() {
|
|||
local JOBS="$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/' <<< ${MAKEFLAGS})"
|
||||
|
||||
cd "${srcdir}/${pkgbase}_${_boostver}"
|
||||
|
||||
|
||||
# Fix build errors with python 3
|
||||
sed -i "/PYTHON_ROOT/s/print sys.prefix/print(sys.prefix)/g" bootstrap.sh
|
||||
patch -Np1 -i ../boost-1.52.0-python3.patch
|
||||
|
|
Loading…
Reference in a new issue