diff --git a/srcpkgs/botan/template b/srcpkgs/botan/template index c3fb446878..b1e2299816 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 \