diff options
Diffstat (limited to 'extra/boost')
-rw-r--r-- | extra/boost/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD index 15d67acac..05000c1f0 100644 --- a/extra/boost/PKGBUILD +++ b/extra/boost/PKGBUILD @@ -11,7 +11,7 @@ pkgname=('boost-libs' 'boost') pkgver=1.52.0 _boostver=${pkgver//./_} pkgrel=1 -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.boost.org/" makedepends=('icu' 'python' 'python2' 'bzip2' 'zlib' 'openmpi') source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz) @@ -35,6 +35,7 @@ build() { _bindir="bin.linuxx86" [ "${CARCH}" = "x86_64" ] && _bindir="bin.linuxx86_64" + [ "${CARCH}" = "mips64el" ] && _bindir="bin.linuxmips" install -d "${_stagedir}"/usr/bin install ${_bindir}/bjam "${_stagedir}"/usr/bin/bjam |