mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
filezilla: use generic libatomic checks
This commit is contained in:
parent
6891c80172
commit
8fe4437fe1
1 changed files with 3 additions and 4 deletions
|
@ -21,7 +21,6 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"
|
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
ppc64*) ;;
|
makedepends+=" libatomic-devel"
|
||||||
armv6*|ppc*) makedepends+=" libatomic-devel" ;;
|
fi
|
||||||
esac
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue