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