summaryrefslogtreecommitdiff
path: root/graphics/osg/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/osg/files/patch-ab')
-rw-r--r--graphics/osg/files/patch-ab11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/osg/files/patch-ab b/graphics/osg/files/patch-ab
deleted file mode 100644
index 5517990cb61f..000000000000
--- a/graphics/osg/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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