ref: 4e34729a89f7c27142566b4b1fd5d51824c83929
parent: 7768cd9a6ec11b04eb2ff6336018cd22fa79f5ea
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Mar 15 05:46:31 EDT 2016
fix build for osx/x11 on amd64 (thanks Kenji Arisawa)
--- a/Make.osx-x11
+++ b/Make.osx-x11
@@ -17,5 +17,5 @@
all: default
libmachdep.a:
- arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/'`; \
+ arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/; s/x86_64/amd64/'`; \
(cd posix-$$arch && make)