diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-09 22:41:53 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-09 22:41:53 +0000 |
commit | 006f3e56bc19cfdbe01dbba9fb9aea415d9f885a (patch) | |
tree | e8e75922d5cd621254475c87713cbee5dc418d14 /editors/openoffice-3/files/patch-config_office+configure.in | |
parent | 2e49add2ce5ca196c21e6b891649739db72a9bc4 (diff) | |
download | ports-006f3e56bc19cfdbe01dbba9fb9aea415d9f885a.tar.gz ports-006f3e56bc19cfdbe01dbba9fb9aea415d9f885a.zip |
Notes
Diffstat (limited to 'editors/openoffice-3/files/patch-config_office+configure.in')
-rw-r--r-- | editors/openoffice-3/files/patch-config_office+configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-3/files/patch-config_office+configure.in b/editors/openoffice-3/files/patch-config_office+configure.in index fc2a394482f7..755c69de6129 100644 --- a/editors/openoffice-3/files/patch-config_office+configure.in +++ b/editors/openoffice-3/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 |