summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files/patch-set_soenv.1
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-04 23:20:22 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-04 23:20:22 +0000
commitad27933c598cd73877e80c45ed314c07408c646c (patch)
treef5b9839165dbcd43aecf97e5bb5ee2306687c836 /editors/openoffice-1.1/files/patch-set_soenv.1
parentChanges: (diff)
Fix the PATH issue. Add ${PREFIX}/bin and ${PREFIX}/sbin
Notes
Notes: svn path=/head/; revision=55541
Diffstat (limited to 'editors/openoffice-1.1/files/patch-set_soenv.1')
-rw-r--r--editors/openoffice-1.1/files/patch-set_soenv.134
1 files changed, 34 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-set_soenv.1 b/editors/openoffice-1.1/files/patch-set_soenv.1
new file mode 100644
index 000000000000..bcf91ac5f6aa
--- /dev/null
+++ b/editors/openoffice-1.1/files/patch-set_soenv.1
@@ -0,0 +1,34 @@
+--- set_soenv.1.orig Tue Nov 20 18:26:33 2001
++++ set_soenv.1 Tue Mar 5 00:12:09 2002
+@@ -954,7 +954,7 @@
+ $ps.$USR.$LIB.
+ $ps.$USR_LOCAL.$BIN;
+ }
+-elsif (($platform eq "$Linux") or ($platform eq "$FreeBSD") or ($platform eq "$NetBSD") or ($platform eq "$Tru64") or ($platform eq "$Irix") or ($platform eq "$Irix64"))
++elsif (($platform eq "$Linux") or ($platform eq "$NetBSD") or ($platform eq "$Tru64") or ($platform eq "$Irix") or ($platform eq "$Irix64"))
+ { $PATH = $cur_dir.
+ $ps.'$SOLARVER'.$ds.'$UPD'.$ds.'$INPATH'.$BIN.
+ $ps.'$SOLARENV'.$ds.'$OUTPATH'.$BIN.
+@@ -968,6 +968,22 @@
+ $ps.$USR.$BIN.$ds."X11".
+ $ps.$USR.$LIB;
+ }
++elsif ($platform eq "$FreeBSD")
++{ $PATH = $cur_dir.
++ $ps.'$SOLARVER'.$ds.'$UPD'.$ds.'$INPATH'.$BIN.
++ $ps.'$SOLARENV'.$ds.'$OUTPATH'.$BIN.
++ $ps.'$SOLARENV'.$BIN.
++ $ps.'$JAVA_HOME'.$BIN.
++ $ps.$USR_LOCAL.$BIN.
++ $ps.$USR_LOCAL.$ds."sbin";
++
++ $PATH .= GetCorrectPath($COMPATH, $PERL_PATH, $TCSH_PATH, $compiler);
++
++ $PATH .= $ps.$USR.$ds."sbin".
++ $ps.$USR.$BIN.$ds."X11".
++ $ps.$USR.$LIB;
++}
++
+ elsif ($platform eq "$Winnt")
+ { $COMPATH_ROOT = $COMPATH;
+ $COMPATH_ROOT =~ s/\/vc98$//;