filezilla: fix ppc{,-musl} build

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-11-30 13:02:26 +01:00
parent 7a2de12ab6
commit e695f8b954
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -20,6 +20,6 @@ checksum=ce5eb1edb33a66c8531409508342e4abfb11162a00496e9242889b75ae29e66c
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" wxWidgets-gtk3-devel xdg-utils"
case "$XBPS_TARGET_MACHINE" in
armv6*) makedepends+=" libatomic-devel" ;;
armv6*|ppc|ppc-musl) makedepends+=" libatomic-devel" ;;
esac
fi