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