diff options
Diffstat (limited to 'main/pixman/APKBUILD')
-rw-r--r-- | main/pixman/APKBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/main/pixman/APKBUILD b/main/pixman/APKBUILD index 693fbe1a30..6946fc19ad 100644 --- a/main/pixman/APKBUILD +++ b/main/pixman/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=pixman pkgver=0.34.0 -pkgrel=2 +pkgrel=3 pkgdesc="Pixman library" url="http://xorg.freedesktop.org" arch="all" @@ -13,11 +13,6 @@ 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() { @@ -27,6 +22,7 @@ build() { --host=$CHOST \ --prefix=/usr \ --disable-static \ + --disable-openmp \ --disable-arm-iwmmxt make } |