summaryrefslogtreecommitdiff
path: root/editors/xemacs20/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs20/patches/patch-ah')
-rw-r--r--editors/xemacs20/patches/patch-ah15
1 files changed, 12 insertions, 3 deletions
diff --git a/editors/xemacs20/patches/patch-ah b/editors/xemacs20/patches/patch-ah
index 523e2ca6836..fa646636155 100644
--- a/editors/xemacs20/patches/patch-ah
+++ b/editors/xemacs20/patches/patch-ah
@@ -1,7 +1,16 @@
-$NetBSD: patch-ah,v 1.1 1998/08/29 12:31:44 garbled Exp $
+$NetBSD: patch-ah,v 1.2 1999/03/10 08:34:08 tron Exp $
+
--- configure.in.orig Mon Feb 9 20:58:57 1998
-+++ configure.in Fri Aug 28 08:23:21 1998
-@@ -1013,10 +1013,10 @@
++++ configure.in Sat Mar 6 11:09:17 1999
+@@ -940,6 +940,7 @@
+
+ dnl Straightforward machine determination
+ case "$canonical" in
++ arm-*-* ) machine=arm ;;
+ sparc-*-* ) machine=sparc ;;
+ alpha-*-* ) machine=alpha ;;
+ vax-*-* ) machine=vax ;;
+@@ -1013,10 +1014,10 @@
case "$canonical" in
i[[3-9]]86-*-netbsd*) machine=intel386 ;;
hp300-*-netbsd* | amiga-*-netbsd* | sun3-*-netbsd* | mac68k-*-netbsd* | da30-*-netbsd* | m68k-*-netbsd* )