9front - general discussion about 9front
 help / color / mirror / Atom feed
* drawterm on osx
@ 2016-03-15  8:33 arisawa
  2016-03-15  8:47 ` [9front] " cinap_lenrek
  0 siblings, 1 reply; 2+ messages in thread
From: arisawa @ 2016-03-15  8:33 UTC (permalink / raw)
  To: 9front

Hello cnap,

Make.osx-x11 is buggy

the fix is simply
	arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/'`; \
to
	arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/; s/x86_64/amd64/'`; \

your drawterm works fine on osx with xquartz
many thanks.

Kenji Arisawa




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9front] drawterm on osx
  2016-03-15  8:33 drawterm on osx arisawa
@ 2016-03-15  8:47 ` cinap_lenrek
  0 siblings, 0 replies; 2+ messages in thread
From: cinap_lenrek @ 2016-03-15  8:47 UTC (permalink / raw)
  To: 9front

applied, thanks!

--
cinap


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-15  8:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-15  8:33 drawterm on osx arisawa
2016-03-15  8:47 ` [9front] " cinap_lenrek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).