termshark: disable build on aarch64, the version of golang.org/x/sys

used in this is too old.
This commit is contained in:
sthen 2020-06-18 10:15:42 +00:00
parent 756c72caf6
commit 8e68b7d4f2

View File

@ -1,4 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2020/06/08 19:37:35 kn Exp $
# $OpenBSD: Makefile,v 1.3 2020/06/18 10:15:42 sthen Exp $
# 1.0.0 fails on aarch64, golang.org/x/sys@v0.0.0-20190416152802-12500544f89f
# too old
ONLY_FOR_ARCHS = amd64 arm i386
COMMENT = terminal UI for tshark, inspired by Wireshark