From a0926043bd9ffb262e484794bf90998e8401fb8d Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 10 Jun 2019 21:43:35 +0200 Subject: [PATCH] libretro-mupen64plus: broken on ppc (works upstream, no releases) --- srcpkgs/libretro-mupen64plus/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/libretro-mupen64plus/template b/srcpkgs/libretro-mupen64plus/template index e98aaabba44..e76143e9d4b 100644 --- a/srcpkgs/libretro-mupen64plus/template +++ b/srcpkgs/libretro-mupen64plus/template @@ -16,6 +16,7 @@ checksum=643379eaa840d632cd8fa046fc4858cc8ccd5a57ce5991771ab16f1ef675cee2 case "$XBPS_TARGET_MACHINE" in i686*|x86_64*) build_options_default="opengl";; armv[67]*) build_options_default="rpi";; + ppc*) broken="not supported in this release";; esac do_build() {