From f75e9d42c9edf0f45436f7ca8cd4bc355b52feb9 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 8 Aug 2020 19:46:26 +0000 Subject: [PATCH] community/zimg: fix --- community/zimg/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/community/zimg/PKGBUILD b/community/zimg/PKGBUILD index 720f2d576..961f6185a 100644 --- a/community/zimg/PKGBUILD +++ b/community/zimg/PKGBUILD @@ -3,6 +3,7 @@ # ALARM: Kevin Mihelich # - remove --enable-x86simd from configure +# - configure with --disable-simd pkgname=zimg pkgver=3.0 @@ -35,7 +36,8 @@ build() { ./configure \ --prefix=/usr \ - --disable-static + --disable-static \ + --disable-simd make }