summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1-devel/files/patch-config_office::set_soenv.in
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-21 09:02:08 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-21 09:02:08 +0000
commit403bb5464a5b30c3853b1554265d0c8741c72690 (patch)
treec828046c732cde09938fa2839d8f8c5d8855f415 /editors/openoffice-1.1-devel/files/patch-config_office::set_soenv.in
parentAll patches have been repocopied to use + as separator and not "::". (diff)
All patches will be a repocopy from ports/openoffice/files. Remove old
patches with "::" delimiters.
Notes
Notes: svn path=/head/; revision=68481
Diffstat (limited to 'editors/openoffice-1.1-devel/files/patch-config_office::set_soenv.in')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-config_office::set_soenv.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-config_office::set_soenv.in b/editors/openoffice-1.1-devel/files/patch-config_office::set_soenv.in
deleted file mode 100644
index 4652de66bcfa..000000000000
--- a/editors/openoffice-1.1-devel/files/patch-config_office::set_soenv.in
+++ /dev/null
@@ -1,23 +0,0 @@
---- set_soenv.in.orig Sat Oct 19 12:16:51 2002
-+++ set_soenv.in Sat Oct 19 12:17:36 2002
-@@ -933,6 +933,9 @@
- elsif ($platform eq "$FreeBSD")
- { $LD_LIBRARY_PATH = $cur_dir.
- $ps.'$SOLARENV'.$ds.'$INPATH'.$LIB.
-+ $ps.$JRELIBDIR.
-+ $ps.$JRETOOLKITDIR.
-+ $ps.$JRETHREADDIR.
- $ps.$par_dir.$LIB.
- $ps_STLPORT_LIB.
- $ps.'$SOLARVER'.$ds.'$UPD'.$ds.'$INPATH'.$LIB;
-@@ -1092,6 +1095,10 @@
- $ps.'$SOLARVER'.$ds.'$UPD'.$ds.'$INPATH'.$BIN.
- $ps.'$SOLARENV'.$ds.'$OUTPATH'.$BIN.
- $ps.'$SOLARENV'.$BIN;
-+ if ( $JAVA_HOME ne "" )
-+ {
-+ $PATH .= $ps.'$JAVA_HOME'.$BIN;
-+ }
-
- $PATH .= $ps.$oldPATH;
- }