mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
audacity: Use -latomic on ppc
This commit is contained in:
parent
778655b0c7
commit
1e5fcb2599
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
*) configure_args+=" --disable-sse" ;;
|
*) configure_args+=" --disable-sse" ;;
|
||||||
esac
|
esac
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
arm*)
|
arm*|ppc|ppc-musl)
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
LDFLAGS="-latomic"
|
LDFLAGS="-latomic"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue