diff options
-rw-r--r-- | community/wine/APKBUILD | 6 |
1 files changed, 1 insertions, 5 deletions
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 |