summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-28 14:33:42 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-28 14:33:42 +0000
commitf9da5938998b0c365c1bb84f84d46321683ad58e (patch)
tree3fcba370162be43329718e2a6b60b6b1f784fe71 /editors/openoffice-1.0/files
parentAdd p5-Rcs-Agent, a perl module for RCS archive manipulation. (diff)
Fix the recently breakage caused by bison 1.75.
$PATH does now have /usr/bin before /usr/local/bin until the bug is fixed.
Notes
Notes: svn path=/head/; revision=69030
Diffstat (limited to 'editors/openoffice-1.0/files')
-rw-r--r--editors/openoffice-1.0/files/patch-config_office+set_soenv.16
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice-1.0/files/patch-config_office+set_soenv.1 b/editors/openoffice-1.0/files/patch-config_office+set_soenv.1
index 023d1b997d0e..0398428dc661 100644
--- a/editors/openoffice-1.0/files/patch-config_office+set_soenv.1
+++ b/editors/openoffice-1.0/files/patch-config_office+set_soenv.1
@@ -1,5 +1,5 @@
--- set_soenv.1.orig Sun Jun 30 21:51:05 2002
-+++ set_soenv.1 Mon Jul 15 14:09:14 2002
++++ set_soenv.1 Mon Oct 28 15:01:58 2002
@@ -40,7 +40,7 @@
#
# Set this value equal to the corresponding amount of
@@ -158,13 +158,13 @@
+ $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.$ds."X11R6".$ds."bin".
++ $ps.$USR_LOCAL.$BIN.
++ $ps.$USR_LOCAL.$ds."sbin";
+ $ps.$USR.$LIB;
+}
+