From 40e83213aa9b7607a58f3b2eb754f5ae131a9edb Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 20 Dec 2018 18:13:38 +0100 Subject: [PATCH] botan: enable builds on ppc64 targets --- srcpkgs/botan/template | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template index c3fb446878e..b1e22998165 100644 --- a/srcpkgs/botan/template +++ b/srcpkgs/botan/template @@ -60,6 +60,14 @@ do_configure() { _cpu="mips32" _arch="mips" ;; + ppc64le*) + _cpu="ppc64le" + _arch="ppc64le" + ;; + ppc64*) + _cpu="ppc64" + _arch="ppc64" + ;; esac python2 configure.py \