mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
filezilla: fix ppc{,-musl} build
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
7a2de12ab6
commit
e695f8b954
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue