aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorEli Zaretskii2002-05-31 16:31:51 +0000
committerEli Zaretskii2002-05-31 16:31:51 +0000
commit420a345c0fe6c9911fcdc9925ae769986a0f2a4e (patch)
tree21b3584de3c58df843d125f02dfbc6e88448f75e /src/s
parent86bbfe7774359a43ecdb474845d24a6bfd825ba7 (diff)
downloademacs-420a345c0fe6c9911fcdc9925ae769986a0f2a4e.tar.gz
emacs-420a345c0fe6c9911fcdc9925ae769986a0f2a4e.zip
Include /usr/pkg in the run time shared library path.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/netbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index 354ace7e9a0..7ed08ec05e3 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -77,7 +77,7 @@
77 says where to find X windows at run time. We convert it to a -rpath option 77 says where to find X windows at run time. We convert it to a -rpath option
78 which is what OSF1 uses. */ 78 which is what OSF1 uses. */
79#define LD_SWITCH_SYSTEM_tmp `echo LD_SWITCH_X_SITE_AUX | sed -e 's/-R/-Wl,-rpath,/'` 79#define LD_SWITCH_SYSTEM_tmp `echo LD_SWITCH_X_SITE_AUX | sed -e 's/-R/-Wl,-rpath,/'`
80#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -L/usr/pkg/lib -L/usr/local/lib 80#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib
81 81
82/* The following is needed to make `configure' find Xpm, Xaw3d and 82/* The following is needed to make `configure' find Xpm, Xaw3d and
83 image include and library files if using /usr/bin/gcc. That 83 image include and library files if using /usr/bin/gcc. That