aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/babl/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/babl/APKBUILD b/community/babl/APKBUILD
index d3861d1fad..fe25e91e6c 100644
--- a/community/babl/APKBUILD
+++ b/community/babl/APKBUILD
@@ -11,6 +11,8 @@ source="https://ftp.gimp.org/pub/babl/${pkgver%.*}/$pkgname-$pkgver.tar.bz2"
build() {
cd "$builddir"
+ # See: https://bugzilla.gnome.org/show_bug.cgi?id=790745
+ [ "$CARCH" = "s390x" ] && sed -i -e 's/-Ofast//g' configure
./configure \
--build=$CBUILD \
--host=$CHOST \