mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +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*) ;;
|
i686*|x86_64*) ;;
|
||||||
*) configure_args+=" --disable-sse" ;;
|
*) configure_args+=" --disable-sse" ;;
|
||||||
esac
|
esac
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
arm*|ppc|ppc-musl)
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
LDFLAGS="-latomic"
|
LDFLAGS="-latomic"
|
||||||
;;
|
fi
|
||||||
esac
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt
|
rm ${DESTDIR}/usr/share/doc/${pkgname}/LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue