diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 10:29:51 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 10:29:51 +0000 |
commit | 7f126828cc634a8bcbe2cf2e0d001747cfb93564 (patch) | |
tree | 57ccc5253275b3da90af47551fd9bdb2dd6529c4 /editors/openoffice-3-devel | |
parent | Add missing backslash. (diff) |
Add java home to path and missing jre dirs which got just added for the
linux port.
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-config_office+patch-set_soenv.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-config_office+patch-set_soenv.in b/editors/openoffice-3-devel/files/patch-config_office+patch-set_soenv.in new file mode 100644 index 000000000000..4652de66bcfa --- /dev/null +++ b/editors/openoffice-3-devel/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; + } |