From 19d360c0dfcb01ce678542b499cd82e98b80e96b Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 6 May 2021 20:57:26 +0200 Subject: community/gdal: fixed typos --- community/gdal/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community') diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD index f2c3ce89..e14cdc81 100644 --- a/community/gdal/PKGBUILD +++ b/community/gdal/PKGBUILD @@ -3,7 +3,7 @@ if [ "${CARCH}" = "i486" -o "${CARCH}" = "i686" ]; then eval "$( declare -f build | \ sed ' - s|./configure |./configure --with-sse=no --with-sse3-no --with-avx=no | + s|./configure |./configure --with-sse=no --with-ssse3=no --with-avx=no | ' )" fi @@ -11,7 +11,7 @@ if [ "${CARCH}" = "pentium4" ]; then eval "$( declare -f build | \ sed ' - s|./configure |./configure --with-sse=yes --with-ssse3-no --with-avx=no | + s|./configure |./configure --with-sse=yes --with-ssse3=no --with-avx=no | ' )" fi -- cgit v1.2.3-54-g00ecf