X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx12.valuehost.ru (mx12.valuehost.ru [217.112.42.215]) by lists.alpinelinux.org (Postfix) with ESMTP id 5A6AE5C6679 for ; Wed, 14 Nov 2018 00:12:01 +0000 (GMT) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx12.valuehost.ru (Postfix) with ESMTP id BF2D3622B5 for ; Wed, 14 Nov 2018 03:12:00 +0300 (MSK) From: alpine-mips-patches Date: Tue, 13 Nov 2018 21:03:04 +0000 Subject: [alpine-aports] [PATCH] main/boost: enable build on mips* To: alpine-aports@lists.alpinelinux.org Message-Id: <20181114001200.BF2D3622B5@mx12.valuehost.ru> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Keep pkgrel intact cause this change 1) does not affect other architectures in any way; 2) follows the existing practice (e.g. commit 790837..) --- main/boost/APKBUILD | 1 + 1 file changed, 1 insertion(+) 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 -- 2.19.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---