From 4b468c3e36c841d9dd0847b26363f407a9ca8f33 Mon Sep 17 00:00:00 2001 From: mbr Date: Mon, 21 Oct 2002 10:29:51 +0000 Subject: Add java home to path and missing jre dirs which got just added for the linux port. --- .../files/patch-config_office+patch-set_soenv.in | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 editors/openoffice-1.1/files/patch-config_office+patch-set_soenv.in (limited to 'editors/openoffice-1.1') diff --git a/editors/openoffice-1.1/files/patch-config_office+patch-set_soenv.in b/editors/openoffice-1.1/files/patch-config_office+patch-set_soenv.in new file mode 100644 index 000000000000..4652de66bcfa --- /dev/null +++ b/editors/openoffice-1.1/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; + } -- cgit