Upstream seems to have fixed the bug mentioned in the 1.4 change
which removed aarch64 and i386, but I've only tested on aarch64
so I've added that to the Makefile.

I've been using this on Pine A64 LTS model for the past few weeks
and have not encountered any error so it is safe to add aarch64.

comments? OK?

aisha

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/wireguard-go/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    30 Mar 2020 14:33:11 -0000      1.13
+++ Makefile    17 Apr 2020 15:21:58 -0000
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.13 2020/03/30 14:33:11 jasper Exp $
 
-ONLY_FOR_ARCHS = amd64
+ONLY_FOR_ARCHS = amd64 aarch64
 
 COMMENT =      implementation of WireGuard in Go
 

Reply via email to