summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-21 10:29:51 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-21 10:29:51 +0000
commit7f126828cc634a8bcbe2cf2e0d001747cfb93564 (patch)
tree57ccc5253275b3da90af47551fd9bdb2dd6529c4 /editors/openoffice.org-3-RC
parentAdd missing backslash. (diff)
Add java home to path and missing jre dirs which got just added for the
linux port.
Notes
Notes: svn path=/head/; revision=68488
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-config_office+patch-set_soenv.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-config_office+patch-set_soenv.in b/editors/openoffice.org-3-RC/files/patch-config_office+patch-set_soenv.in
new file mode 100644
index 000000000000..4652de66bcfa
--- /dev/null
+++ b/editors/openoffice.org-3-RC/files/patch-config_office+patch-set_soenv.in
@@ -0,0 +1,23 @@
+--- 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;
+ }