From fc0b08aab0f660eb746efb7c1a669e993272de0e Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 3 Mar 2001 19:59:22 +0000 Subject: Fix build problem on NetBSD-alpha. --- editors/xemacs/files/patch-sum | 4 ++-- editors/xemacs/patches/patch-ah | 13 +++++++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) (limited to 'editors/xemacs') diff --git a/editors/xemacs/files/patch-sum b/editors/xemacs/files/patch-sum index 54513dc6ef5..1f93b2b561d 100644 --- a/editors/xemacs/files/patch-sum +++ b/editors/xemacs/files/patch-sum @@ -1,11 +1,11 @@ -$NetBSD: patch-sum,v 1.8 2001/02/20 13:04:30 tron Exp $ +$NetBSD: patch-sum,v 1.9 2001/03/03 19:59:22 tron Exp $ MD5 (patch-aa) = c5d92bd8fd195c22694f38ee2fb9f6bb MD5 (patch-ab) = 5a2d1fb672b4e76fe93583022d967936 MD5 (patch-ac) = d4b9aaaf02a01e77949dc456b2f13519 MD5 (patch-ad) = c9ff11d00130b14e1cdd29e85ebad5ab MD5 (patch-af) = b1e83f33763647b9498d454e54888824 -MD5 (patch-ah) = 7600abe778f5c3859b88ec8aa6f54208 +MD5 (patch-ah) = 03534f3ce294c03f940de84ef938daaa MD5 (patch-ai) = 76c200f59a51fd7e5c8dc9333ffc0e7e MD5 (patch-ak) = 30f473fa474bc7d48bb7fe6afd66aeb1 MD5 (patch-al) = 46cb11814be5fa3f01c7d2fca56fd450 diff --git a/editors/xemacs/patches/patch-ah b/editors/xemacs/patches/patch-ah index 7f718f814ed..e2e3fd5f721 100644 --- a/editors/xemacs/patches/patch-ah +++ b/editors/xemacs/patches/patch-ah @@ -1,7 +1,7 @@ -$NetBSD: patch-ah,v 1.5 2001/02/20 13:04:31 tron Exp $ +$NetBSD: patch-ah,v 1.6 2001/03/03 19:59:23 tron Exp $ --- src/unexelf.c.orig Tue Jan 9 04:27:56 2001 -+++ src/unexelf.c Tue Feb 20 11:48:04 2001 ++++ src/unexelf.c Sat Mar 3 18:31:10 2001 @@ -481,10 +481,18 @@ #ifndef ElfW @@ -23,3 +23,12 @@ $NetBSD: patch-ah,v 1.5 2001/02/20 13:04:31 tron Exp $ #endif #ifndef ELF_BSS_SECTION_NAME +@@ -949,7 +957,7 @@ + memcpy (NEW_SECTION_H (nn).sh_offset + new_base, src, + NEW_SECTION_H (nn).sh_size); + +-#ifdef __alpha__ ++#if defined(__alpha__) && !defined(__NetBSD__) + /* Update Alpha COFF symbol table: */ + if (strcmp (old_section_names + OLD_SECTION_H (n).sh_name, ".mdebug") + == 0) -- cgit v1.2.3