From 860fe37513bf2a536f8940fc74263df23ef729b3 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 10 Jan 2020 17:43:51 +0100 Subject: [PATCH] otfcc: fix build on ppc32 --- srcpkgs/otfcc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/otfcc/template b/srcpkgs/otfcc/template index ed41fe72fcb..bc707583eaf 100644 --- a/srcpkgs/otfcc/template +++ b/srcpkgs/otfcc/template @@ -17,7 +17,7 @@ checksum=81f8b9b8108c415a645e7e8a407a028531346e61fb570fec541f4aaa4703b1e3 # Yes, there are architectures besides x86 and x64 :-P case "$XBPS_TARGET_MACHINE" in aarch64*|x86_64*|ppc64*) _platform="x64" ;; - arm*|i686*|mips*) _platform="x86";; + arm*|i686*|mips*|ppc*) _platform="x86";; esac pre_build() {