Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/opencolorio/PKGBUILD
blob: 2bed32b2bb33d659699b6fc6f2dcf980d54a2e32 (plain)
1
2
3
4
5
6
# Disable SSE2
if [ "$CARCH" = 'i686' -o "$CARCH" = 'i486' ]; then
  eval "$(
    declare -f build | sed 's/cmake /cmake -DOCIO_USE_SIMD=OFF /'
  )"
fi