summaryrefslogtreecommitdiff
path: root/extra/boost
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-18 09:57:11 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-04-18 09:57:11 -0300
commitf3caa094961c8754af5cd46d020e66b0af947fa6 (patch)
treece270b5633420fc16957fade2b236ca920ea0563 /extra/boost
parentf705023378b4044021579e3668c712999b46c155 (diff)
[boost] fix for mips64el
Diffstat (limited to 'extra/boost')
-rw-r--r--extra/boost/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/boost/PKGBUILD b/extra/boost/PKGBUILD
index 675001eef..77394d336 100644
--- a/extra/boost/PKGBUILD
+++ b/extra/boost/PKGBUILD
@@ -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