diff options
author | bad <bad> | 1999-06-15 13:59:15 +0000 |
---|---|---|
committer | bad <bad> | 1999-06-15 13:59:15 +0000 |
commit | 2085cd5ff4880b4b9372da02124a564af8968114 (patch) | |
tree | fca04101a2ea109a28c1d305f361bbab243da4bc /editors | |
parent | a3ee7eb6aae535f3689b990b08d17b340607e3a8 (diff) | |
download | pkgsrc-2085cd5ff4880b4b9372da02124a564af8968114.tar.gz |
Make mipsel-*-netbsd* set $machine to pmax.
XXX I guess there is a cleaner way to do this.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/patches/patch-ab | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/emacs/patches/patch-ab b/editors/emacs/patches/patch-ab index 61cf5f00e56..2d02a1e76b1 100644 --- a/editors/emacs/patches/patch-ab +++ b/editors/emacs/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.7 1999/06/04 03:42:35 mycroft Exp $ +$NetBSD: patch-ab,v 1.8 1999/06/15 13:59:15 bad Exp $ --- configure.orig Mon Jul 27 04:17:07 1998 +++ configure Thu Jun 3 22:49:02 1999 -@@ -751,12 +751,14 @@ +@@ -751,12 +751,15 @@ opsys=netbsd case "${canonical}" in alpha*-*-netbsd*) machine=alpha ;; @@ -12,6 +12,7 @@ $NetBSD: patch-ab,v 1.7 1999/06/04 03:42:35 mycroft Exp $ # This is somewhat bogus. machine=hp9000s300 ;; mips-*-netbsd*) machine=pmax ;; ++ mipsel-*-netbsd*) machine=pmax ;; ns32k-*-netbsd*) machine=ns32000 ;; + powerpc-*-netbsd*) machine=powerpc ;; sparc-*-netbsd*) machine=sparc ;; |