From 370491a2c3ec5cd1132662103aa935768d5b8c7b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 11 Mar 2022 12:39:27 +0100 Subject: extra/flac: no SSE on i686 and i486 --- extra/flac/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'extra') diff --git a/extra/flac/PKGBUILD b/extra/flac/PKGBUILD index 2f1f141b..76e5bdc2 100644 --- a/extra/flac/PKGBUILD +++ b/extra/flac/PKGBUILD @@ -13,3 +13,11 @@ eval "$( patch -Np1 -i "$srcdir/flac-1.3.4-no-mstackrealign-for-nasm.patch" ' )" + +# disable SSE on i686 and i486 +eval "$( + declare -f build | \ + sed ' + s/cmake -S/cmake -DWITH_SSE=OFF -S/ + ' +)" -- cgit v1.2.3-54-g00ecf