hedgewars: use fpc on glibc ppc64*

This commit is contained in:
q66 2021-04-05 01:59:11 +02:00
parent 565662bb9f
commit cc4c429496

View file

@ -23,7 +23,7 @@ replaces="hedgewars-data>=0"
export CMAKE_GENERATOR="Unix Makefiles"
case $XBPS_TARGET_MACHINE in
x86_64*)
x86_64*|ppc64le|ppc64)
hostmakedepends+=" fpc"
;;
*)