From 76973c6fde0a8a3bab6dd9bc59a32c6a47f04e6a Mon Sep 17 00:00:00 2001 From: mpi Date: Wed, 12 Oct 2011 20:13:33 +0000 Subject: [PATCH] Fix build on i386 reported by and ok naddy@ --- plan9/drawterm/patches/patch-Make_unix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plan9/drawterm/patches/patch-Make_unix b/plan9/drawterm/patches/patch-Make_unix index 773d0659e76..95887627d2d 100644 --- a/plan9/drawterm/patches/patch-Make_unix +++ b/plan9/drawterm/patches/patch-Make_unix @@ -1,4 +1,4 @@ -$OpenBSD: patch-Make_unix,v 1.3 2011/10/08 15:02:51 mpi Exp $ +$OpenBSD: patch-Make_unix,v 1.4 2011/10/12 20:13:33 mpi Exp $ --- Make.unix.orig Wed Aug 26 07:44:41 2009 +++ Make.unix Sat Oct 8 12:49:18 2011 @@ -5,8 +5,8 @@ @@ -17,5 +17,5 @@ $OpenBSD: patch-Make_unix,v 1.3 2011/10/08 15:02:51 mpi Exp $ libmachdep.a: - arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/; s/x86_64/amd64/'`; \ -+ arch=`arch -s|sed 's/powerpc/power/; s/sparc64/sun4u/; s/mips64el/mips/; s/mips64/mips/'`; \ ++ arch=`arch -s|sed 's/i386/386/; s/powerpc/power/; s/sparc64/sun4u/; s/mips64el/mips/; s/mips64/mips/'`; \ (cd posix-$$arch && make)