shithub: drawterm

Download patch

ref: ad9a404582539cc0d069e71ba2269e35775f0800
parent: e03e9178e2764004e07d750690ca3cdd43bdf569
author: Russ Cox <rsc@swtch.com>
date: Mon Nov 7 12:37:24 EST 2005

use -pthread

--- a/Make.unix
+++ b/Make.unix
@@ -1,6 +1,6 @@
 # Unix
-PTHREAD=
-#PTHREAD=-pthread
+#PTHREAD=	# for Mac
+PTHREAD=-pthread
 AR=ar
 AS=as
 RANLIB=ranlib