mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +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"
|
||||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
armv6*|ppc*) makedepends+=" libatomic-devel" ;;
|
||||
esac
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue