From 076dc143b39f8286631874c6f57c491dc8aa2d72 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 20 Dec 2018 18:18:12 +0100 Subject: [PATCH] stockfish: enable build on ppc64 targets --- srcpkgs/stockfish/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/stockfish/template b/srcpkgs/stockfish/template index ff0eeaf902..d162273a54 100644 --- a/srcpkgs/stockfish/template +++ b/srcpkgs/stockfish/template @@ -3,8 +3,8 @@ pkgname=stockfish version=10 revision=1 wrksrc="${pkgname}-${version}-src" -build_wrksrc=src create_wrksrc=yes +build_wrksrc=src build_style=gnu-makefile make_build_target=build hostmakedepends="unzip" @@ -35,6 +35,9 @@ case $XBPS_TARGET_MACHINE in armv7*) make_build_args+="ARCH=armv7" ;; + ppc64*) + make_build_args+="ARCH=ppc-64" + ;; esac do_install() {