--- src/osgDB/ORIG/FileUtils_Unix.cpp Wed Apr 24 10:52:53 2002 +++ src/osgDB/FileUtils_Unix.cpp Fri May 24 19:19:14 2002 @@ -30,7 +30,7 @@ #if defined(__CYGWIN__) static const char *s_default_dso_path = "/usr/lib/:/usr/local/lib/:"; #else -static const char *s_default_dso_path = "/usr/lib/:/usr/local/lib/:"; +static const char *s_default_dso_path = "/usr/lib/:/usr/X11R6/lib/:"; #endif // __CYGWIN__ static char *s_filePath = ".:"; #endif