diff options
author | jun <jun@pkgsrc.org> | 2009-09-13 01:26:34 +0000 |
---|---|---|
committer | jun <jun@pkgsrc.org> | 2009-09-13 01:26:34 +0000 |
commit | cbfcf9977dbd3c58b8d0b65fab344f0c7dda2e64 (patch) | |
tree | 0108f33cde39a7e0234a077256fd5de4ab3a90ca /editors | |
parent | 6d36212a61aebe69151a6ecb6c926883a1d64751 (diff) | |
download | pkgsrc-cbfcf9977dbd3c58b8d0b65fab344f0c7dda2e64.tar.gz |
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]
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs22/patches/patch-aw | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/editors/emacs22/patches/patch-aw b/editors/emacs22/patches/patch-aw index 832287ff808..8c4f438d534 100644 --- a/editors/emacs22/patches/patch-aw +++ b/editors/emacs22/patches/patch-aw @@ -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 - ### Tests for sytems that we beleive are obsolete and should be desupported. - - case "${machine}" in -- pmax | hp9000s300 | ibm370aix | ncr386 | ews4800 | mips-siemens | powerpcle | tandem-s2 ) -+ hp9000s300 | ibm370aix | ncr386 | ews4800 | mips-siemens | powerpcle | tandem-s2 ) - echo "The system that you are configuring on: ${canonical} is considered to be obsolete" - echo "and it is planned to be desupported in the next version of Emacs" - echo "Please email emacs-devel@gnu.org as soon as possible if this system is still in use." +@@ -278,9 +278,9 @@ dnl see the `changequote' comment above. + m68k-*-netbsd*) + # This is somewhat bogus. + machine=hp9000s300 ;; +- mips-*-netbsd*) machine=pmax ;; +- mipsel-*-netbsd*) machine=pmax ;; +- mipseb-*-netbsd*) machine=pmax ;; ++ mips-*-netbsd*) machine=mips ;; ++ mipsel-*-netbsd*) machine=mips ;; ++ mipseb-*-netbsd*) machine=mips ;; + ns32k-*-netbsd*) machine=ns32000 ;; + powerpc-*-netbsd*) machine=macppc ;; + sparc*-*-netbsd*) machine=sparc ;; |