summaryrefslogtreecommitdiff
path: root/extra/babl/PKGBUILD
blob: 8569425ed51f139f826a3881fa1eb69489808d89 (plain)
1
2
3
4
5
6
7
8
9
# disable SSE2 on 486 and 686
if [ "$CARCH" = 'i486' -o "$CARCH" = 'i686' ]; then
  eval "$(
    declare -f build | \
      sed '
        s/configure/configure --disable-sse2/
      '
  )"	
fi