code: drawterm

Download patch

ref: 632d598b923dd783c03e2ad3f0ed510588f9df11
parent: 023a0ce70099b0cc01c0956377def3238a6a947a
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Jan 15 19:29:04 EST 2017

Make.unix: linux presents our all time favorite: "guess your machine" game

--- a/Make.unix
+++ b/Make.unix
@@ -19,5 +19,5 @@
 all: default
 
 libmachdep.a:
-	arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/; s/x86_64/amd64/'`; \
+	arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/; s/x86_64/amd64/; s/armv[567].*/arm/'`; \
 	(cd posix-$$arch &&  make)