jack_capture: 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:37:51 +09:30 committed by Jürgen Buchmüller
parent 63e2c2a903
commit 0dc1089793
No known key found for this signature in database
GPG Key ID: DE55AD8DBEBB4EE8

View File

@ -14,7 +14,7 @@ checksum=21afb0257ed7437708cc9e5bec2f6299599461b7eec8bf66967d8ecadb0751de
CFLAGS+=" -D__USE_GNU"
case "$XBPS_TARGET_MACHINE" in
armv6l*)
armv6l*|ppc|ppc-musl)
makedepends+=" libatomic-devel"
LDFLAGS+=" -latomic"
;;