From 4c720631b572b0cfba4569d97f05a2bf5dbccc07 Mon Sep 17 00:00:00 2001 From: Ariadne Conill <ariadne@dereferenced.org> Date: Thu, 13 May 2021 17:25:11 -0600 Subject: [PATCH] community/libxml++-2.6: disable on s390x and mips64 --- community/libxml++-2.6/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/libxml++-2.6/APKBUILD b/community/libxml++-2.6/APKBUILD index 57bc4457246b..84a23db6236c 100644 --- a/community/libxml++-2.6/APKBUILD +++ b/community/libxml++-2.6/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.42.0 pkgrel=0 pkgdesc="libxml++ is a C++ wrapper for the libxml XML parser library." url="https://libxmlplusplus.github.io/libxmlplusplus/" -arch="all" +arch="all !s390x !mips64" # broken on big-endian license="LGPL-2.1-only" makedepends="meson libxml2-dev glibmm-dev" subpackages="$pkgname-dev" -- GitLab