# HG changeset patch # User Richard M. Stallman # Date 842816841 0 # Node ID 7cd96606306ee4b5a4a91bf2246549ff39385257 # Parent 5a8275a74b25d55e69a98d6742ecbbfc1c8518e5 (C_SWITCH_X_SYSTEM): Add -I/usr/contrib/X11R5/include. (LD_SWITCH_X_DEFAULT): Add -L/usr/contrib/X11R5/lib. diff -r 5a8275a74b25 -r 7cd96606306e src/s/hpux9.h --- a/src/s/hpux9.h Sun Sep 15 18:38:49 1996 +0000 +++ b/src/s/hpux9.h Sun Sep 15 19:47:21 1996 +0000 @@ -41,8 +41,10 @@ /* However, HPUX 9 has Motif includes in a strange place. So search that place. These definitions assume that X11R5 is being used -- if X11R4 is used, "s/hpux9-x11r4.h" gets loaded instead. */ -#define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/Motif1.2 -#define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 +/* horst@tkm.physik.uni-karlsruhe.de says that the /usr/contrib/... dirs + are needed to find the Xmu and Xaw libraries. */ +#define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/contrib/X11R5/include -I/usr/include/Motif1.2 +#define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/contrib/X11R5/lib -L/usr/lib/Motif1.2 #ifndef HAVE_LIBXMU /* HP-UX doesn't supply Xmu. */