aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/osg/files
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-01-24 13:10:18 +0800
committerijliao <ijliao@FreeBSD.org>2003-01-24 13:10:18 +0800
commit482a00fc3a35d271fbc8029a78b6b634b77c7a9f (patch)
tree2ecac27da535851a606d22799c9e15fe24d19017 /graphics/osg/files
parentdee66766163309956aa64036e870bd632a921b08 (diff)
downloadfreebsd-ports-graphics-482a00fc3a35d271fbc8029a78b6b634b77c7a9f.tar.gz
freebsd-ports-graphics-482a00fc3a35d271fbc8029a78b6b634b77c7a9f.tar.zst
freebsd-ports-graphics-482a00fc3a35d271fbc8029a78b6b634b77c7a9f.zip
upgrade to 0.9.2
add WWW utilize PORTDOCS, DOCSDIR, DATADIR
Diffstat (limited to 'graphics/osg/files')
-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 5517990cb61..00000000000
--- 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