mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -04:00
11 lines
441 B
Text
11 lines
441 B
Text
--- ./src/osgDB/ORIG/FileUtils.cpp Sat Feb 9 05:24:38 2002
|
|
+++ ./src/osgDB/FileUtils.cpp Thu Mar 14 18:33:41 2002
|
|
@@ -64,7 +64,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
|