diff options
Diffstat (limited to 'main/pixman/APKBUILD')
-rw-r--r-- | main/pixman/APKBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/pixman/APKBUILD b/main/pixman/APKBUILD index 5b1769b4d4..693fbe1a30 100644 --- a/main/pixman/APKBUILD +++ b/main/pixman/APKBUILD @@ -13,6 +13,11 @@ source="http://www.x.org/releases/individual/lib/$pkgname-$pkgver.tar.bz2 stacksize-reduction.patch " +# FIXME: checks on s390x +case "$CARCH" in +s390x) options="$options !check";; +esac + builddir="$srcdir/$pkgname-$pkgver" build() { |