summaryrefslogtreecommitdiff
path: root/src/s/netbsd.h
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-09-19 10:55:52 +0000
committerGerd Moellmann <gerd@gnu.org>2001-09-19 10:55:52 +0000
commita269702287bf8e97aa9c4200ab0ee1d96d1d6746 (patch)
treecca3accbd866f24bdd1bebe79e6871b9e4096574 /src/s/netbsd.h
parentebbd51085763d156542c5302d5929530c736ef25 (diff)
downloademacs-a269702287bf8e97aa9c4200ab0ee1d96d1d6746.tar.gz
(LD_SWITCH_SYSTEM, C_SWITCH_SYSTEM): Add /usr/pkg.
Diffstat (limited to 'src/s/netbsd.h')
-rw-r--r--src/s/netbsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index d65244a0bfa..354ace7e9a0 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -77,14 +77,14 @@
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_tmp `echo LD_SWITCH_X_SITE_AUX | sed -e 's/-R/-Wl,-rpath,/'`
-#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp /usr/local/lib
+#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -L/usr/pkg/lib -L/usr/local/lib
/* The following is needed to make `configure' find Xpm, Xaw3d and
image include and library files if using /usr/bin/gcc. That
compiler seems to be modified to not find headers in
/usr/local/include or libs in /usr/local/lib by default. */
-#define C_SWITCH_SYSTEM -I/usr/X11R6/include -I/usr/local/include -L/usr/local/lib
+#define C_SWITCH_SYSTEM -I/usr/X11R6/include -I/usr/pkg/include -I/usr/local/include -L/usr/pkg/lib -L/usr/local/lib
#endif /* __ELF__ */