summaryrefslogtreecommitdiff
path: root/graphics/osg-devel/files/patch-ab
blob: 54278acbe095311810d7647a91e071e0cd9fca4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./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