summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/patches/patch-aa')
-rw-r--r--editors/emacs/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/editors/emacs/patches/patch-aa b/editors/emacs/patches/patch-aa
new file mode 100644
index 00000000000..febdb6f8e5d
--- /dev/null
+++ b/editors/emacs/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.16 2009/10/07 10:56:40 obache Exp $
+
+--- configure.in.orig 2009-07-30 00:09:49.000000000 +0900
++++ configure.in
+@@ -329,9 +329,9 @@ dnl see the `changequote' comment above.
+ case "${canonical}" in
+ alpha*-*-netbsd*) machine=alpha ;;
+ i[3456]86-*-netbsd*) machine=intel386 ;;
+- mips-*-netbsd*) machine=pmax ;;
+- mipsel-*-netbsd*) machine=pmax ;;
+- mipseb-*-netbsd*) machine=pmax ;;
++ mips-*-netbsd*) machine=mips ;;
++ mipsel-*-netbsd*) machine=mips ;;
++ mipseb-*-netbsd*) machine=mips ;;
+ powerpc-*-netbsd*) machine=macppc ;;
+ sparc*-*-netbsd*) machine=sparc ;;
+ vax-*-netbsd*) machine=vax ;;