Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/mpd/PKGBUILD
blob: 93b81cfd43d5c93fc52450b507074325210b7a10 (plain)
1
2
3
4
5
6
7
8
9
# -latomc for i486
if [ "$CARCH" = 'i486' ]; then
  eval "$(
    declare -f build | \
      sed '
        /meson/ i LDFLAGS=-latomic
      '
  )"  
fi