aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-05 15:37:45 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-05 15:37:45 -0300
commit5facbab756d026c42ef4a9e2ebfe0f3b49deb22f (patch)
tree22a8267caececf046e926269025e96189e961647 /community
parentc30bcb3997b500f6c55432953cfc4837c0e5b7c3 (diff)
downloadaports-5facbab756d026c42ef4a9e2ebfe0f3b49deb22f.tar.bz2
aports-5facbab756d026c42ef4a9e2ebfe0f3b49deb22f.tar.xz
community/wine: disable on aarch64
Diffstat (limited to 'community')
-rw-r--r--community/wine/APKBUILD6
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