From ac4d493300e62bbde4f5ea12d63975017e451e3b Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 20 Mar 2017 10:44:51 +0000 Subject: [PATCH] txr: aarch64 broken/unsupported --- srcpkgs/txr/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template index 3246907aa9a..ad64646ac2a 100644 --- a/srcpkgs/txr/template +++ b/srcpkgs/txr/template @@ -11,6 +11,10 @@ homepage="http://www.nongnu.org/txr/" distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2" checksum=6456992490a5a7ab516117f6537ee0cd3ee57fc1bcb17167464709f64184af48 +case "$XBPS_TARGET_MACHINE" in + aarch64*) broken="#error port me!" ;; +esac + do_configure() { ./configure --prefix=/usr --ccname="${CC}" \ --platform-cflags="${CFLAGS}" \