mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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"
|
LDFLAGS+=" -pthread"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
ppc64*) ;;
|
makedepends+="libatomic-devel"
|
||||||
armv6*|ppc*)
|
configure_args+=" --with-libatomic"
|
||||||
makedepends+="libatomic-devel"
|
fi
|
||||||
configure_args+=" --with-libatomic"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*musl) broken="segfaults on startup";;
|
*musl) broken="segfaults on startup";;
|
||||||
|
|
Loading…
Add table
Reference in a new issue