From c8b74fb2805ebbe2920751ef662b7be973127f11 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 9 Sep 2017 08:05:00 +0000 Subject: [PATCH] txr: unbreak aarch64 --- srcpkgs/txr/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/txr/template b/srcpkgs/txr/template index 99914f99bf1..1cdf52c3fef 100644 --- a/srcpkgs/txr/template +++ b/srcpkgs/txr/template @@ -11,10 +11,6 @@ homepage="http://www.nongnu.org/txr/" distfiles="http://www.kylheku.com/cgit/txr/snapshot/${pkgname}-${version}.tar.bz2" checksum=a075372a1ac6e62cf30482aa5f483ac4a40534d4a855a4c08ed59c3b7589ce26 -case "$XBPS_TARGET_MACHINE" in - aarch64*) broken="#error port me!" ;; -esac - do_configure() { ./configure --prefix=/usr --ccname="${CC}" \ --platform-cflags="${CFLAGS}" \