diff options
author | mbr <mbr@FreeBSD.org> | 2002-10-10 06:10:55 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-10-10 06:10:55 +0800 |
commit | 12a0c5e90ba9c7cf6de947dd0176c6e3076a0e5f (patch) | |
tree | 6eaab563414bc88838c26626040465486282e9a0 /editors/openoffice/Makefile | |
parent | deab8f5ed556480250118917b56cb1e2ec0884c0 (diff) | |
download | freebsd-ports-gnome-12a0c5e90ba9c7cf6de947dd0176c6e3076a0e5f.tar.gz freebsd-ports-gnome-12a0c5e90ba9c7cf6de947dd0176c6e3076a0e5f.tar.zst freebsd-ports-gnome-12a0c5e90ba9c7cf6de947dd0176c6e3076a0e5f.zip |
Back out the previous commit to use gcc3.2 on STABLE.
The gcc3.2 ports seems to be based on a broken version,
which does has internal gcc errors.
Diffstat (limited to 'editors/openoffice/Makefile')
-rw-r--r-- | editors/openoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index a8019a759703..783772d184b6 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -70,7 +70,7 @@ CONFIGURE_ARGS+= --with-lang=${LANG_CONFIGURE_ARG},ENUS # # OO build is broken with the system gcc on STABLE. # -USE_GCC=3.2 +USE_GCC=3.1 .else .endif |