Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/libjpeg-turbo/PKGBUILD
blob: 025b79f10c4458ff78e34d3c21b25c1087c6e523 (plain)
1
2
3
4
5
6
7
8
9
if [ "${CARCH}" = "i486" ]; then
  # no SIMD optimizations
  eval "$(
    declare -f build | \
      sed '
        0,/cmake/s/cmake/cmake -DWITH_SIMD=0/
      '
  )"
fi