summaryrefslogtreecommitdiff
path: root/editors/emacs/patches
diff options
context:
space:
mode:
authorminoura <minoura@pkgsrc.org>2000-11-29 13:45:11 +0000
committerminoura <minoura@pkgsrc.org>2000-11-29 13:45:11 +0000
commit56f820c830c081a937c5a122ca42535773ccbfc4 (patch)
tree3232e68016fd5db271cf74af0477f0abb839ec7b /editors/emacs/patches
parent9ff98682edf99ec87278b0d7f54a4a8402d694dd (diff)
downloadpkgsrc-56f820c830c081a937c5a122ca42535773ccbfc4.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/patches')
-rw-r--r--editors/emacs/patches/patch-bf4
1 files changed, 2 insertions, 2 deletions
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__ */