diff --git a/srcpkgs/jack_capture/template b/srcpkgs/jack_capture/template index 60a3faef5d6..023e2d9139f 100644 --- a/srcpkgs/jack_capture/template +++ b/srcpkgs/jack_capture/template @@ -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" ;;