From ced1abe440cb83d231cb67dff1112735e8bab6cf Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 20 Dec 2018 18:21:46 +0100 Subject: [PATCH] re: fix build on ppc64 targets --- srcpkgs/re/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/re/template b/srcpkgs/re/template index 33efeede034..72ec2620348 100644 --- a/srcpkgs/re/template +++ b/srcpkgs/re/template @@ -23,6 +23,7 @@ case $XBPS_TARGET_MACHINE in aarch64*) arch="arm64";; arm*) arch="arm";; mips*) arch="mips";; + ppc64*) arch="ppc64";; esac make_build_args+=" ARCH=$arch" make_install_args+=" ARCH=$arch"