aboutsummaryrefslogtreecommitdiff
path: root/graphics/osg/files/patch-ab
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-24 05:10:18 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-24 05:10:18 +0000
commit6f7c2f028208d4a0c852145eda3b0dbdf5c39fba (patch)
tree5ee926fb855ac4253be422bfd69f47e8be45b277 /graphics/osg/files/patch-ab
parentb60d2dcc1e9f2cd9eb99b88a0bba61fad85c6b10 (diff)
downloadports-6f7c2f028208d4a0c852145eda3b0dbdf5c39fba.tar.gz
ports-6f7c2f028208d4a0c852145eda3b0dbdf5c39fba.zip
upgrade to 0.9.2
add WWW utilize PORTDOCS, DOCSDIR, DATADIR
Notes
Notes: svn path=/head/; revision=73927
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