Aegisub: use generic libatomic checks
This commit is contained in:
parent
e3e2ae3f6e
commit
3d8e1d3988
1 changed files with 4 additions and 7 deletions
|
@ -28,13 +28,10 @@ desc_option_portaudio="Enable support for portaudio"
|
|||
|
||||
LDFLAGS+=" -pthread"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
armv6*|ppc*)
|
||||
makedepends+="libatomic-devel"
|
||||
configure_args+=" --with-libatomic"
|
||||
;;
|
||||
esac
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+="libatomic-devel"
|
||||
configure_args+=" --with-libatomic"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*musl) broken="segfaults on startup";;
|
||||
|
|
Loading…
Add table
Reference in a new issue