aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-1.1-devel
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-10-21 18:29:51 +0800
committermbr <mbr@FreeBSD.org>2002-10-21 18:29:51 +0800
commit4b468c3e36c841d9dd0847b26363f407a9ca8f33 (patch)
tree629206e9a4edfa72cc78ab97c6b588641f20e59c /editors/openoffice-1.1-devel
parent73478a4a98f282408c848e3552c4b1654f0105de (diff)
downloadfreebsd-ports-gnome-4b468c3e36c841d9dd0847b26363f407a9ca8f33.tar.gz
freebsd-ports-gnome-4b468c3e36c841d9dd0847b26363f407a9ca8f33.tar.zst
freebsd-ports-gnome-4b468c3e36c841d9dd0847b26363f407a9ca8f33.zip
Add java home to path and missing jre dirs which got just added for the
linux port.
Diffstat (limited to 'editors/openoffice-1.1-devel')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-config_office+patch-set_soenv.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-config_office+patch-set_soenv.in b/editors/openoffice-1.1-devel/files/patch-config_office+patch-set_soenv.in
new file mode 100644
index 000000000000..4652de66bcfa
--- /dev/null
+++ b/editors/openoffice-1.1-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;
+ }