community/wine: disable on aarch64

This commit is contained in:
Leo 2019-07-05 15:37:45 -03:00
parent c30bcb3997
commit 5facbab756

View File

@ -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