index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-06 20:57:26 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-06 20:57:26 +0200 |
commit | 19d360c0dfcb01ce678542b499cd82e98b80e96b (patch) | |
tree | 8630c42eb2417799ddcf26e3470a3488db8334b0 /community/gdal/PKGBUILD | |
parent | 025a30f6d20b4d14b6b55f9cd5f004630d7f4400 (diff) |
-rw-r--r-- | community/gdal/PKGBUILD | 4 |
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 |