Sun Sep 13 01:26:34 2009 UTC ()
Fit for mips, change fix from emacs23:
http://cvs.savannah.gnu.org/viewvc/emacs/configure.in?root=emacs&r1=1.602&r2=1.603

adviced by obata-san,[netbsd,09792]


(jun)
diff -r1.1.1.1 -r1.2 pkgsrc/editors/emacs22/patches/patch-aw

cvs diff -r1.1.1.1 -r1.2 pkgsrc/editors/emacs22/patches/Attic/patch-aw (expand / switch to context diff)
--- pkgsrc/editors/emacs22/patches/Attic/patch-aw 2009/08/05 10:30:29 1.1.1.1
+++ pkgsrc/editors/emacs22/patches/Attic/patch-aw 2009/09/13 01:26:34 1.2
@@ -1,13 +1,17 @@
-$NetBSD: patch-aw,v 1.1.1.1 2009/08/05 10:30:29 minskim Exp $
+$NetBSD: patch-aw,v 1.2 2009/09/13 01:26:34 jun Exp $
 
---- configure.in.org	2009-07-30 10:39:48.000000000 +0900
+--- configure.in.orig	2009-09-13 10:00:15.000000000 +0900
 +++ configure.in
-@@ -1260,7 +1260,7 @@ fi
+@@ -278,9 +278,9 @@ dnl see the `changequote' comment above.
- ### Tests for sytems that we beleive are obsolete and should be desupported.
+       m68k-*-netbsd*)
- 
+ 			# This is somewhat bogus.
- case "${machine}" in
+ 			machine=hp9000s300 ;;
--     pmax | hp9000s300 | ibm370aix | ncr386 | ews4800 | mips-siemens | powerpcle | tandem-s2 )
+-      mips-*-netbsd*)	machine=pmax ;;
-+     hp9000s300 | ibm370aix | ncr386 | ews4800 | mips-siemens | powerpcle | tandem-s2 )
+-      mipsel-*-netbsd*)	machine=pmax ;;
-      	  echo "The system that you are configuring on: ${canonical} is considered to be obsolete"
+-      mipseb-*-netbsd*)	machine=pmax ;;
- 	  echo "and it is planned to be desupported in the next version of Emacs"
++      mips-*-netbsd*)	machine=mips ;;
- 	  echo "Please email emacs-devel@gnu.org as soon as possible if this system is still in use."
++      mipsel-*-netbsd*)	machine=mips ;;
++      mipseb-*-netbsd*)	machine=mips ;;
+       ns32k-*-netbsd*)	machine=ns32000 ;;
+       powerpc-*-netbsd*) machine=macppc ;;
+       sparc*-*-netbsd*)	machine=sparc ;;