diff options
Diffstat (limited to 'editors/xemacs20/patches/patch-ah')
-rw-r--r-- | editors/xemacs20/patches/patch-ah | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/editors/xemacs20/patches/patch-ah b/editors/xemacs20/patches/patch-ah deleted file mode 100644 index fa646636155..00000000000 --- a/editors/xemacs20/patches/patch-ah +++ /dev/null @@ -1,25 +0,0 @@ -$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 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* ) -- dnl Yes, this is somewhat bogus. -- machine=hp9000s300 ;; -+ machine=m68k ;; - pc532-*-netbsd* | ns32k-*-netbsd* ) machine=ns32000 ;; - pmax-*-netbsd* | mips-*-netbsd* ) machine=pmax ;; -+ alpha-*-netbsd* ) machine=alpha ;; - esac - ;; - |