ports/graphics/osg-devel/files/patch-ab
Ying-Chieh Liao 8c219f55dd upgrade to 0.8.44
PR:		35099
Submitted by:	maintainer
2002-04-01 04:52:41 +00:00

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