txr: aarch64 broken/unsupported

This commit is contained in:
Michael Gehring 2017-03-20 10:44:51 +00:00
parent 6c3748cddd
commit ac4d493300

View file

@ -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}" \