summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjun <jun>2009-09-13 01:26:34 +0000
committerjun <jun>2009-09-13 01:26:34 +0000
commit206411b0205177c8279d7dd7d3e6b48d80e28e75 (patch)
tree0108f33cde39a7e0234a077256fd5de4ab3a90ca /editors
parent2d5854b77a9496eafc86c87367fa9b255dae90ca (diff)
downloadpkgsrc-206411b0205177c8279d7dd7d3e6b48d80e28e75.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-aw26
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 ;;