Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/libfilezilla/PKGBUILD
blob: d2ceb105fffec9172975ec84dfa758474b324bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
# atomic for i486
if [ "$CARCH" = 'i486' ]; then
  eval "$(
    declare -f build | \
      sed '
        /export CC=/ a \
          export LDFLAGS=-latomic
      '
  )
  "
fi