]> git.eshelyaron.com Git - emacs.git/commitdiff
(LD_SWITCH_SYSTEM, C_SWITCH_SYSTEM): Add /usr/pkg.
authorGerd Moellmann <gerd@gnu.org>
Wed, 19 Sep 2001 10:55:52 +0000 (10:55 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 19 Sep 2001 10:55:52 +0000 (10:55 +0000)
src/ChangeLog
src/s/netbsd.h

index a3abb506df18b63c273bf95aa9928234b1ebd595..c55917d77be5f50ba02506a51c01ddc00db3e70a 100644 (file)
@@ -1,5 +1,7 @@
 2001-09-19  Gerd Moellmann  <gerd@gnu.org>
 
+       * s/netbsd.h (LD_SWITCH_SYSTEM, C_SWITCH_SYSTEM): Add /usr/pkg.
+
        * m/macppc.h (DATA_SEG_BITS): Also define for GCC 3.
 
 2001-09-18  Gerd Moellmann  <gerd@gnu.org>
index d65244a0bfa78b375645a2cf890ec09c4e718053..354ace7e9a04f67797bd49b63a090777b0b3fd50 100644 (file)
    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__ */