emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/netbsd.h


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/s/netbsd.h
Date: Fri, 31 May 2002 12:29:04 -0400

Index: emacs/src/s/netbsd.h
diff -c emacs/src/s/netbsd.h:1.34 emacs/src/s/netbsd.h:1.35
*** emacs/src/s/netbsd.h:1.34   Tue Sep 18 07:30:34 2001
--- emacs/src/s/netbsd.h        Wed Sep 19 06:55:33 2001
***************
*** 77,90 ****
     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
  
  /* 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
  
  #endif /* __ELF__ */
  
--- 77,90 ----
     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 -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/pkg/include 
-I/usr/local/include -L/usr/pkg/lib -L/usr/local/lib
  
  #endif /* __ELF__ */
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]