Aegisub: use generic libatomic checks

This commit is contained in:
q66 2020-02-08 17:11:51 +01:00
parent e3e2ae3f6e
commit 3d8e1d3988

View file

@ -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";;