From edb3b8b7997c4e9eb7e99caf091ed4622cddba9b Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 11 Jan 2020 22:29:47 +0100 Subject: [PATCH] uni: broken on ppc* --- srcpkgs/uni/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/uni/template b/srcpkgs/uni/template index d7d47be7831..ec4b60a2b64 100644 --- a/srcpkgs/uni/template +++ b/srcpkgs/uni/template @@ -11,6 +11,10 @@ homepage="https://github.com/arp242/uni" distfiles="https://github.com/arp242/uni/archive/v${version}.tar.gz" checksum=04edf69aca7b086328fa1a7bd8e06617ba074eaec041eda6bdad7a1ba0a00dee +case "$XBPS_TARGET_MACHINE" in + ppc*) broken="./print.go:18:14: undefined: isatty.IsTerminal" +esac + post_install() { vlicense LICENSE }