diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-14 03:29:10 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-14 03:29:10 +0800 |
commit | f05d8220af4e6ca8dd134ed91f6d8cf7bba384b0 (patch) | |
tree | 3370ef9d2d036a83df7ea356003c709d44ab0227 /editors/openoffice.org-1.1 | |
parent | 6c9a99e517b4ffbfe126675a9c276b9a6a846766 (diff) | |
download | freebsd-ports-gnome-f05d8220af4e6ca8dd134ed91f6d8cf7bba384b0.tar.gz freebsd-ports-gnome-f05d8220af4e6ca8dd134ed91f6d8cf7bba384b0.tar.zst freebsd-ports-gnome-f05d8220af4e6ca8dd134ed91f6d8cf7bba384b0.zip |
Add $CC and $CXX here too
Diffstat (limited to 'editors/openoffice.org-1.1')
-rw-r--r-- | editors/openoffice.org-1.1/files/patch-config_office::configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice.org-1.1/files/patch-config_office::configure.in b/editors/openoffice.org-1.1/files/patch-config_office::configure.in index c5e92f217736..432ada6ddb57 100644 --- a/editors/openoffice.org-1.1/files/patch-config_office::configure.in +++ b/editors/openoffice.org-1.1/files/patch-config_office::configure.in @@ -1,5 +1,5 @@ ---- configure.in.orig Tue Feb 19 16:42:08 2002 -+++ configure.in Mon Mar 11 14:50:18 2002 +--- ../config_office/configure.in.orig Tue Feb 19 16:42:08 2002 ++++ ../config_office/configure.in Wed Mar 13 20:26:19 2002 @@ -121,6 +121,12 @@ Usage: --enable-check-only=yes @@ -80,7 +80,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 $WITH_MINGWIN $USE_GCC3 -+ './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_MINGWIN $USE_GCC3 $with_os_version $PTHREAD_CFLAGS $PTHREAD_LIBS ++ './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_MINGWIN $USE_GCC3 $with_os_version $PTHREAD_CFLAGS $PTHREAD_LIBS $CC $CXX else echo echo Test Complete |