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/emacs/patches | |
parent | 10cf81e46fdd75abf0c32a17a4a7aa4f0d7cf911 (diff) | |
download | pkgsrc-b03e3c4c35bfcc13edbc5bace0c713d26ba90111.tar.gz |
Use run time library path on a.out systems, too.
Diffstat (limited to 'editors/emacs/patches')
-rw-r--r-- | editors/emacs/patches/patch-bf | 14 |
1 files changed, 10 insertions, 4 deletions
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 |