diff options
author | tron <tron@pkgsrc.org> | 2000-01-22 19:57:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-01-22 19:57:46 +0000 |
commit | b03e3c4c35bfcc13edbc5bace0c713d26ba90111 (patch) | |
tree | dde5a48ac96d8146cd039d706d58571432fc50a4 /editors | |
parent | 10cf81e46fdd75abf0c32a17a4a7aa4f0d7cf911 (diff) | |
download | pkgsrc-b03e3c4c35bfcc13edbc5bace0c713d26ba90111.tar.gz |
Use run time library path on a.out systems, too.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/files/patch-sum | 4 | ||||
-rw-r--r-- | editors/emacs/patches/patch-bf | 14 |
2 files changed, 12 insertions, 6 deletions
diff --git a/editors/emacs/files/patch-sum b/editors/emacs/files/patch-sum index 38c90aa22f9..1fa7946637a 100644 --- a/editors/emacs/files/patch-sum +++ b/editors/emacs/files/patch-sum @@ -1,4 +1,4 @@ -$NetBSD: patch-sum,v 1.3 1999/12/28 14:08:55 tron Exp $ +$NetBSD: patch-sum,v 1.4 2000/01/22 19:57:46 tron Exp $ MD5 (patch-aa) = 41d31356a0b856d789ded3ef10bb4349 MD5 (patch-ab) = 0079e591b78e9629a24561f0443bfdfa @@ -17,4 +17,4 @@ MD5 (patch-az) = dc7caad055271f05883603ba42c61d9e MD5 (patch-bc) = f38d4bc4159920c81cb7d5f3770ace48 MD5 (patch-bd) = bc7abc1a87d941ddca395bec3115c374 MD5 (patch-be) = 29894f88b9b2fb6f6c2c802b2f7e41ec -MD5 (patch-bf) = 2f3f8f11874b3e3c7c945a851282b30a +MD5 (patch-bf) = 5af3c12a104c1b6caa0a95ffac9f56a3 diff --git a/editors/emacs/patches/patch-bf b/editors/emacs/patches/patch-bf index e5cd3390365..10f57bfc33a 100644 --- a/editors/emacs/patches/patch-bf +++ b/editors/emacs/patches/patch-bf @@ -1,7 +1,7 @@ -$NetBSD: patch-bf,v 1.4 1999/12/28 14:09:17 tron Exp $ +$NetBSD: patch-bf,v 1.5 2000/01/22 19:57:47 tron Exp $ ---- src/s/netbsd.h.orig Sat Apr 11 11:15:19 1998 -+++ src/s/netbsd.h Fri Jun 4 09:41:33 1999 +--- src/s/netbsd.h.orig Sat Apr 11 20:15:19 1998 ++++ src/s/netbsd.h Sat Jan 22 20:22:29 2000 @@ -57,7 +57,7 @@ #define N_BSSADDR(x) (N_ALIGN(x, N_DATADDR(x)+x.a_data)) #define N_TRELOFF(x) N_RELOFF(x) @@ -11,11 +11,17 @@ $NetBSD: patch-bf,v 1.4 1999/12/28 14:09:17 tron Exp $ #define HAVE_WAIT_HEADER #define WAIT_USE_INT -@@ -71,6 +71,10 @@ +@@ -66,11 +66,15 @@ + + #define AMPERSAND_FULL_NAME + +-#ifdef __ELF__ + /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option says where to find X windows at run time. We convert it to a -rpath option which is what OSF1 uses. */ #define LD_SWITCH_SYSTEM `echo LD_SWITCH_X_SITE_AUX | sed -e 's/-R/-Wl,-rpath,/'` + ++#ifdef __ELF__ +#define HAVE_TEXT_START /* No need to define `start_of_text'. */ +#define UNEXEC unexelf.c +#define ORDINARY_LINK |