arcan: use -latomic on ppc
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
79c8329e8f
commit
2339b3f8e7
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ case "${XBPS_TARGET_MACHINE}" in
|
|||
configure_args+=" -DDISABLE_JIT=ON"
|
||||
makedepends+=" MesaLib-devel lua51-devel"
|
||||
;;
|
||||
armv[56]*)
|
||||
armv[56]*|ppc*)
|
||||
configure_args+=" -DDISABLE_JIT=ON"
|
||||
makedepends+=" MesaLib-devel lua51-devel libatomic-devel"
|
||||
CFLAGS+=" -latomic"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue