summaryrefslogtreecommitdiff
path: root/editors/staroffice60/files/setup.patch
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
commite497906508084a5501f27a53a8ec0f23aa446e5b (patch)
tree152d32d807e92b14ac8ade604a4d650b637b1e93 /editors/staroffice60/files/setup.patch
parentA new index, with 3,403 ports, which is a nice number, being 41 times (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'editors/staroffice60/files/setup.patch')
-rw-r--r--editors/staroffice60/files/setup.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/staroffice60/files/setup.patch b/editors/staroffice60/files/setup.patch
deleted file mode 100644
index e48ed36061ea..000000000000
--- a/editors/staroffice60/files/setup.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-*** setup.orig Mon Aug 23 23:11:00 1999
---- setup Tue Oct 26 16:48:18 1999
-***************
-*** 25,31 ****
- LD_LIBRARY_PATH=.:/usr/openwin/lib:../lib
- export LD_LIBRARY_PATH
- ;;
-! Linux)
- LD_LIBRARY_PATH=.:../lib:$LD_LIBRARY_PATH
- export LD_LIBRARY_PATH
- ;;
---- 25,31 ----
- LD_LIBRARY_PATH=.:/usr/openwin/lib:../lib
- export LD_LIBRARY_PATH
- ;;
-! Linux|FreeBSD)
- LD_LIBRARY_PATH=.:../lib:$LD_LIBRARY_PATH
- export LD_LIBRARY_PATH
- ;;