diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-09 22:10:55 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-09 22:10:55 +0000 |
commit | 72e20791683a68a146558cf0782f1bd2bbbfa702 (patch) | |
tree | d9509a81538d41f94ba461efd00936be99ca3735 | |
parent | 85b1da903b33ed028a8d30f86107e702ae6f6687 (diff) | |
download | freebsd-ports-72e20791683a68a146558cf0782f1bd2bbbfa702.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.
-rw-r--r-- | editors/openoffice-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 2 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index a8019a759703..783772d184b6 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/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 diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index a8019a759703..783772d184b6 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/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 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 |