diff options
author | info@mobile-stream.com <info@mobile-stream.com> | 2018-11-13 21:03:04 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-26 10:55:21 +0000 |
commit | 486421b6cc5806449259367b0ee2df6d10ea64ea (patch) | |
tree | ac0a205e9249ed863e74e4811d0a78a506eec25c /main/boost | |
parent | feb8a5229e8ed60faa3578cec2e8dcb1ccda738a (diff) | |
download | aports-486421b6cc5806449259367b0ee2df6d10ea64ea.tar.bz2 aports-486421b6cc5806449259367b0ee2df6d10ea64ea.tar.xz |
main/boost: enable build on mips*
Keep pkgrel intact cause this change
1) does not affect other architectures in any way;
2) follows the existing practice (e.g. commit 790837..)
Diffstat (limited to 'main/boost')
-rw-r--r-- | main/boost/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/boost/APKBUILD b/main/boost/APKBUILD index 19d3943daa..9a5af385ab 100644 --- a/main/boost/APKBUILD +++ b/main/boost/APKBUILD @@ -22,6 +22,7 @@ builddir="$srcdir/${pkgname}_${_pkgver}" case "$CARCH" in arm*|aarch64) _boostarch=arm ;; + mips*) _boostarch=mips ;; ppc64*) _boostarch=ppc ;; s390x) _boostarch=s390 |