From 591686f779eae8179355126f439f02521f8246bc Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 6 Jun 2006 16:23:17 +0000 Subject: Make configure recognize Linux/amd64. --- editors/emacs/distinfo | 4 ++-- editors/emacs/patches/patch-ab | 19 +++++++++++++++---- 2 files changed, 17 insertions(+), 6 deletions(-) (limited to 'editors/emacs') diff --git a/editors/emacs/distinfo b/editors/emacs/distinfo index 05d8579822f..553a81d22e4 100644 --- a/editors/emacs/distinfo +++ b/editors/emacs/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.28 2006/05/15 11:48:12 markd Exp $ +$NetBSD: distinfo,v 1.29 2006/06/06 16:23:17 minskim Exp $ SHA1 (emacs-21.4a.tar.gz) = cdb33731180fe4a912838af805dd35e3f55394d4 RMD160 (emacs-21.4a.tar.gz) = c312e739935b56d08783bbfe97992297a363cb8a Size (emacs-21.4a.tar.gz) = 20403483 bytes SHA1 (patch-aa) = fee6fe91fb9a2f75300903cc5c6e023bb8de6be5 -SHA1 (patch-ab) = 003b22b938b0c41103c207079cf723ee077ffdaa +SHA1 (patch-ab) = 9304a3fe06ab5bcdad4401fd570a1794b7da818f SHA1 (patch-ac) = a2de7619fece50cb42b0e23b1651b5bf742ff69a SHA1 (patch-ad) = 39a11bc214ae3d2f9d634c30b196a46d473ab92f SHA1 (patch-ae) = e2b66b23efb90608470aef5ebd0c75e27bcd6b55 diff --git a/editors/emacs/patches/patch-ab b/editors/emacs/patches/patch-ab index 8f60af81bf3..bc111625245 100644 --- a/editors/emacs/patches/patch-ab +++ b/editors/emacs/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.22 2006/03/25 02:48:22 uebayasi Exp $ +$NetBSD: patch-ab,v 1.23 2006/06/06 16:23:17 minskim Exp $ ---- configure.orig 2003-03-19 02:19:12.000000000 +1200 +--- configure.orig 2003-03-18 14:19:12.000000000 +0000 +++ configure @@ -822,9 +822,15 @@ case "${canonical}" in sparc*-*-netbsd*) machine=sparc ;; @@ -18,7 +18,18 @@ $NetBSD: patch-ab,v 1.22 2006/03/25 02:48:22 uebayasi Exp $ ## OpenBSD ports *-*-openbsd* ) opsys=openbsd -@@ -1659,6 +1665,7 @@ case "${canonical}" in +@@ -909,6 +915,10 @@ case "${canonical}" in + machine=macppc opsys=gnu-linux + ;; + ++ x86_64-*-linux* ) ++ machine=amd64 opsys=gnu-linux ++ ;; ++ + ## Altos 3068 + m68*-altos-sysv* ) + machine=altos opsys=usg5-2 +@@ -1659,6 +1669,7 @@ case "${canonical}" in *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; *-386bsd* ) opsys=386bsd ;; *-freebsd* ) opsys=freebsd ;; @@ -26,7 +37,7 @@ $NetBSD: patch-ab,v 1.22 2006/03/25 02:48:22 uebayasi Exp $ *-nextstep* ) opsys=nextstep ;; ## Otherwise, we'll fall through to the generic opsys code at the bottom. esac -@@ -9124,6 +9131,22 @@ EOF +@@ -9124,6 +9135,22 @@ EOF fi -- cgit v1.2.3