aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/ilmbase/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/ilmbase/APKBUILD b/community/ilmbase/APKBUILD
index 7509491985..430d9e2fd4 100644
--- a/community/ilmbase/APKBUILD
+++ b/community/ilmbase/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Mark Riedesel <mark+alpine@klowner.com>
pkgname=ilmbase
pkgver=2.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Base libraries from ILM for OpenEXR"
url="http://www.openexr.com"
arch="all"
@@ -30,6 +30,7 @@ build() {
}
check() {
+ [ "$CARCH" != x86 ] || return 0
cd "$builddir"
make check
}