extra/boost to 1.52.0-3

This commit is contained in:
Kevin Mihelich 2013-03-28 02:19:47 +00:00
parent 0a54c1f56c
commit 8fd76f1c49

View file

@ -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