diff options
author | tron <tron@pkgsrc.org> | 1999-03-10 08:34:07 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-10 08:34:07 +0000 |
commit | b4052798f713f89382cc8945c9f8bfa4ced18ba3 (patch) | |
tree | 0a2ad42d48156e1646e313ade795385a4de7ca62 /editors/xemacs20/patches/patch-aa | |
parent | 74e7dd98a34c92b7d7ca1f907851d21e9b96de51 (diff) | |
download | pkgsrc-b4052798f713f89382cc8945c9f8bfa4ced18ba3.tar.gz |
Make "xemacs" work on "arm32" port. Patches supplied by Richard Earnshaw
in PR pkg/6295.
Diffstat (limited to 'editors/xemacs20/patches/patch-aa')
-rw-r--r-- | editors/xemacs20/patches/patch-aa | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/editors/xemacs20/patches/patch-aa b/editors/xemacs20/patches/patch-aa index 951b6425867..29b5aac1c66 100644 --- a/editors/xemacs20/patches/patch-aa +++ b/editors/xemacs20/patches/patch-aa @@ -1,7 +1,16 @@ -$NetBSD: patch-aa,v 1.3 1998/08/29 12:31:43 garbled Exp $ +$NetBSD: patch-aa,v 1.4 1999/03/10 08:34:07 tron Exp $ + --- configure.orig Mon Feb 9 20:59:34 1998 -+++ configure Fri Aug 28 09:18:31 1998 -@@ -902,9 +902,10 @@ ++++ configure Sat Mar 6 11:03:31 1999 +@@ -835,6 +835,7 @@ + machine='' opsys='' + + case "$canonical" in ++ arm*-*-* ) machine=arm ;; + sparc-*-* ) machine=sparc ;; + alpha-*-* ) machine=alpha ;; + vax-*-* ) machine=vax ;; +@@ -902,9 +903,10 @@ case "$canonical" in i[3-9]86-*-netbsd*) machine=intel386 ;; hp300-*-netbsd* | amiga-*-netbsd* | sun3-*-netbsd* | mac68k-*-netbsd* | da30-*-netbsd* | m68k-*-netbsd* ) @@ -13,7 +22,7 @@ $NetBSD: patch-aa,v 1.3 1998/08/29 12:31:43 garbled Exp $ esac ;; -@@ -2233,7 +2234,7 @@ +@@ -2233,7 +2235,7 @@ echo $ac_n "checking "for runtime libraries flag"""... $ac_c" 1>&6 echo "configure:2235: checking "for runtime libraries flag"" >&5 dash_r="" |