diff options
author | minoura <minoura> | 2000-11-29 13:45:11 +0000 |
---|---|---|
committer | minoura <minoura> | 2000-11-29 13:45:11 +0000 |
commit | 3542563ebc028e4795d484165d3ece2745ba9b10 (patch) | |
tree | 3232e68016fd5db271cf74af0477f0abb839ec7b /editors/emacs | |
parent | 1fb15b50fc2ff5c941b1e57326cb3f878edc6e60 (diff) | |
download | pkgsrc-3542563ebc028e4795d484165d3ece2745ba9b10.tar.gz |
s/unexelf.c/unexelf.o/
This caused a circular dependency.
Pointed out by Satoshi Yatagawa <yatagawa@cc.teu.ac.jp>.
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/files/patch-sum | 4 | ||||
-rw-r--r-- | editors/emacs/patches/patch-bf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs/files/patch-sum b/editors/emacs/files/patch-sum index 1d94a1ad1d2..a6cd9937d22 100644 --- a/editors/emacs/files/patch-sum +++ b/editors/emacs/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.16 2000/09/26 21:42:30 eeh Exp $ +$NetBSD: patch-sum,v 1.17 2000/11/29 13:45:11 minoura Exp $ MD5 (patch-aa) = 41d31356a0b856d789ded3ef10bb4349 MD5 (patch-ab) = 25db9b5e7613517d2064749f50f61b27 @@ -14,7 +14,7 @@ MD5 (patch-ax) = 46750ed00d5bff9fea4f330b0ca0fc41 MD5 (patch-ay) = 39327beca758ac8d2cd9eab329beb5e6 MD5 (patch-az) = 8a8e95e453328799b9f41dcf7925d08f MD5 (patch-bc) = f38d4bc4159920c81cb7d5f3770ace48 -MD5 (patch-bf) = 5af3c12a104c1b6caa0a95ffac9f56a3 +MD5 (patch-bf) = 3b4ace3b18236ba2e9b755b2c443272d MD5 (patch-bg) = f57dba34c3267ecb3682da5b7bd0d014 MD5 (patch-bh) = bf7bd756ef761d58f540fd529c73fef1 MD5 (patch-bi) = d7201610f3fac29079ff81214dad990e diff --git a/editors/emacs/patches/patch-bf b/editors/emacs/patches/patch-bf index 10f57bfc33a..170e2254177 100644 --- a/editors/emacs/patches/patch-bf +++ b/editors/emacs/patches/patch-bf @@ -1,4 +1,4 @@ -$NetBSD: patch-bf,v 1.5 2000/01/22 19:57:47 tron Exp $ +$NetBSD: patch-bf,v 1.6 2000/11/29 13:45:11 minoura Exp $ --- src/s/netbsd.h.orig Sat Apr 11 20:15:19 1998 +++ src/s/netbsd.h Sat Jan 22 20:22:29 2000 @@ -23,7 +23,7 @@ $NetBSD: patch-bf,v 1.5 2000/01/22 19:57:47 tron Exp $ + +#ifdef __ELF__ +#define HAVE_TEXT_START /* No need to define `start_of_text'. */ -+#define UNEXEC unexelf.c ++#define UNEXEC unexelf.o +#define ORDINARY_LINK #endif /* __ELF__ */ |