mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/wine: disable on aarch64
This commit is contained in:
parent
c30bcb3997
commit
5facbab756
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user