diff options
Diffstat (limited to 'editors/openoffice.org-2.0/files/patch-config_office::configure.in')
-rw-r--r-- | editors/openoffice.org-2.0/files/patch-config_office::configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2.0/files/patch-config_office::configure.in b/editors/openoffice.org-2.0/files/patch-config_office::configure.in index fc2a394482f7..755c69de6129 100644 --- a/editors/openoffice.org-2.0/files/patch-config_office::configure.in +++ b/editors/openoffice.org-2.0/files/patch-config_office::configure.in @@ -1,5 +1,5 @@ --- configure.in.orig Mon Nov 12 22:45:53 2001 -+++ configure.in Fri Mar 8 23:53:42 2002 ++++ configure.in Sat Mar 9 23:08:27 2002 @@ -98,6 +98,12 @@ Usage: --with-asm-home=<path to ml.exe directory> @@ -87,7 +87,7 @@ # Executing the set_soenv script to setup the environment variables. if test -z "$enable_check_only"; then - './set_soenv' $COMPATH $_gcc_include_path $_gxx_include_path $JAVA_HOME $TCSH $PERL $x_libraries $x_includes $_LOCAL_SOLENV $_LOCAL_SOLVER $upd $CYGWIN $STLPORT4 $enable_xprint $with_lang $with_asm_home $with_unzip_home -+ './set_soenv' $COMPATH $_gcc_include_path $_gxx_include_path $JAVA_HOME $TCSH $PERL $x_libraries $x_includes $_LOCAL_SOLENV $_LOCAL_SOLVER $upd $CYGWIN $STLPORT4 $enable_xprint $with_lang $with_asm_home $with_unzip_home $with_os_version ++ './set_soenv' $COMPATH $_gcc_include_path $_gxx_include_path $JAVA_HOME $TCSH $PERL $x_libraries $x_includes $_LOCAL_SOLENV $_LOCAL_SOLVER $upd $CYGWIN $STLPORT4 $enable_xprint $with_lang $with_asm_home $with_unzip_home $with_os_version $PTHREAD_CFLAGS $PTHREAD_LIBS else echo echo Test Complete |