mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 13:32:55 +02:00
stockfish: enable build on ppc64 targets
This commit is contained in:
parent
6ac5846a4d
commit
076dc143b3
1 changed files with 4 additions and 1 deletions
|
@ -3,8 +3,8 @@ pkgname=stockfish
|
||||||
version=10
|
version=10
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}-src"
|
wrksrc="${pkgname}-${version}-src"
|
||||||
build_wrksrc=src
|
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
build_wrksrc=src
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_target=build
|
make_build_target=build
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
|
@ -35,6 +35,9 @@ case $XBPS_TARGET_MACHINE in
|
||||||
armv7*)
|
armv7*)
|
||||||
make_build_args+="ARCH=armv7"
|
make_build_args+="ARCH=armv7"
|
||||||
;;
|
;;
|
||||||
|
ppc64*)
|
||||||
|
make_build_args+="ARCH=ppc-64"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue