diff options
author | bad <bad@pkgsrc.org> | 1999-06-15 13:59:15 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-06-15 13:59:15 +0000 |
commit | a46764a41f6613c9215f3f6d61552fee9d0a8e08 (patch) | |
tree | fca04101a2ea109a28c1d305f361bbab243da4bc /editors/emacs | |
parent | ebae1baccee354912c9014697fee5f4865358e6e (diff) | |
download | pkgsrc-a46764a41f6613c9215f3f6d61552fee9d0a8e08.tar.gz |
Make mipsel-*-netbsd* set $machine to pmax.
XXX I guess there is a cleaner way to do this.
Diffstat (limited to 'editors/emacs')
-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 ;; |