From 5facbab756d026c42ef4a9e2ebfe0f3b49deb22f Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 5 Jul 2019 15:37:45 -0300 Subject: community/wine: disable on aarch64 --- community/wine/APKBUILD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'community') diff --git a/community/wine/APKBUILD b/community/wine/APKBUILD index 8bdbd4d103..b5e79037ec 100644 --- a/community/wine/APKBUILD +++ b/community/wine/APKBUILD @@ -10,7 +10,7 @@ _pkgver=${pkgver/_/-} pkgrel=1 pkgdesc="A compatibility layer for running Windows programs" url="https://www.winehq.org" -arch="x86 x86_64 aarch64" +arch="x86 x86_64" license="LGPL-2.0-or-later" options="!check" # As of 2.0.3 most of the tests fails subpackages="$pkgname-dev $pkgname-doc $pkgname-libs" @@ -29,10 +29,6 @@ source="https://dl.winehq.org/$pkgname/source/${pkgver%.[1-9]}/$pkgname-$_pkgver winhlp32-flex.patch " -case "$CARCH" in - aarch64) makedepends="$makedepends clang" ;; -esac - prepare() { default_prepare aclocal && autoheader && autoreconf -- cgit v1.2.3