cmus: ppc64 does not need libatomic
This commit is contained in:
parent
dac02f86c2
commit
38ca727f4a
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ build_options_default="elogind"
|
|||
desc_option_elogind="Support MPRIS interface via elogind"
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
ppc64*) ;;
|
||||
armv6*|ppc*)
|
||||
makedepends+=" libatomic-devel"
|
||||
export LDLIBS+=" -latomic"
|
||||
|
|
Loading…
Reference in a new issue