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 }