mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
hedgewars: use fpc on glibc ppc64*
This commit is contained in:
parent
565662bb9f
commit
cc4c429496
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ replaces="hedgewars-data>=0"
|
||||||
export CMAKE_GENERATOR="Unix Makefiles"
|
export CMAKE_GENERATOR="Unix Makefiles"
|
||||||
|
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
x86_64*)
|
x86_64*|ppc64le|ppc64)
|
||||||
hostmakedepends+=" fpc"
|
hostmakedepends+=" fpc"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Add table
Reference in a new issue