mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/boost/to 1.53.0-2
This commit is contained in:
parent
b5dba3e027
commit
9cba476ae8
2 changed files with 5 additions and 5 deletions
|
@ -12,16 +12,16 @@
|
|||
|
||||
pkgbase=boost
|
||||
pkgname=('boost-libs' 'boost')
|
||||
pkgver=1.52.0
|
||||
pkgver=1.53.0
|
||||
_boostver=${pkgver//./_}
|
||||
pkgrel=3
|
||||
pkgrel=2
|
||||
url="http://www.boost.org/"
|
||||
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)
|
||||
sha1sums=('1120430030315b0a94b6d63fc04662960db2444c'
|
||||
boost-1.53.0-python3.patch)
|
||||
sha1sums=('0e4ef26cc7780c6bbc63987ef2f29be920e2395b'
|
||||
'34026072a7cb2534164f20e77bb71a5c75093307')
|
||||
|
||||
_stagedir="${srcdir}/stagedir"
|
||||
|
@ -33,7 +33,7 @@ build() {
|
|||
|
||||
# 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
|
||||
patch -Np1 -i ../boost-1.53.0-python3.patch
|
||||
|
||||
# Shut up strict aliasing warnings
|
||||
echo "using gcc : : : <compileflags>-fno-strict-aliasing ;" >> ./tools/build/v2/user-config.jam
|
||||
|
|
Loading…
Reference in a new issue