fswatch: use -latomic on ppc

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Thomas Batten 2019-05-31 10:35:02 +09:30 committed by Jürgen Buchmüller
parent 8d1988993a
commit 06dacf0664
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -13,7 +13,7 @@ distfiles="https://github.com/emcrisostomo/fswatch/releases/download/${version}/
checksum=44d5707adc0e46d901ba95a5dc35c5cc282bd6f331fcf9dbf9fad4af0ed5b29d
case "$XBPS_TARGET_MACHINE" in
armv[56]*)
armv[56]*|ppc|ppc-musl)
makedepends+=" libatomic-devel"
LDFLAGS=" -latomic"
;;