summaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authorbad <bad>1999-06-15 13:59:15 +0000
committerbad <bad>1999-06-15 13:59:15 +0000
commit36011d1c6eb52572ae83b0aa95169196ac8cf9e2 (patch)
treefca04101a2ea109a28c1d305f361bbab243da4bc /editors/emacs
parentac7c84c09d81387c127bf9212305c806b3c62fe5 (diff)
downloadpkgsrc-36011d1c6eb52572ae83b0aa95169196ac8cf9e2.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-ab5
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 ;;