From 50ca1b9273f054c13e07a04e90a2073492d69f63 Mon Sep 17 00:00:00 2001 From: Natanael Copa <ncopa@alpinelinux.org> Date: Mon, 4 Jan 2021 07:50:17 +0000 Subject: [PATCH] community/freeimage: disable on mips64 fails to build --- community/freeimage/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/freeimage/APKBUILD b/community/freeimage/APKBUILD index e1f583a46cd9..564293569772 100644 --- a/community/freeimage/APKBUILD +++ b/community/freeimage/APKBUILD @@ -6,7 +6,7 @@ pkgver=3.18.0 pkgrel=2 pkgdesc="Open Source library project for developers who would like to support popular graphics image formats." url="http://freeimage.sourceforge.net/" -arch="all !s390x" # build fails on s390x +arch="all !s390x !mips64" # build fails on s390x and mips64 license="GPL-2.0-or-later FIPL" makedepends="dos2unix" subpackages="$pkgname-dev" -- GitLab