mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 16:47:00 +02:00
audacity: use generic libatomic checks
This commit is contained in:
parent
e8eba35f9d
commit
23b1ecfd3a
1 changed files with 5 additions and 6 deletions
|
@ -23,12 +23,11 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
i686*|x86_64*) ;;
|
||||
*) configure_args+=" --disable-sse" ;;
|
||||
esac
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*|ppc|ppc-musl)
|
||||
makedepends+=" libatomic-devel"
|
||||
LDFLAGS="-latomic"
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
LDFLAGS="-latomic"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue