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