aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
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