Hi tech@,
Here is a diff to enable building wsfontload on arm64 and armv7.
Builds and works correctly on my CubieBoard2.
Comments? OK?
Index: usr.sbin/wsfontload/Makefile
===================================================================
RCS file: /cvs/src/usr.sbin/wsfontload/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- usr.sbin/wsfontload/Makefile 19 Jan 2017 08:06:27 -0000 1.16
+++ usr.sbin/wsfontload/Makefile 28 May 2020 16:34:58 -0000
@@ -2,6 +2,7 @@
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \
${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
+ ${MACHINE} == "arm64" || ${MACHINE} == "armv7" || \
${MACHINE} == "loongson"
PROG= wsfontload