diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-09 16:31:09 +0800 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-09 16:31:09 +0800 |
commit | 46ff2e590807f57e48aeb41424817cccb5927eb6 (patch) | |
tree | 0bfa4a52eebb0fadb4d66f970b0349f8b05b3b69 /editors | |
parent | 969f45763a477cd761dcdc54c937645b48890183 (diff) | |
download | freebsd-ports-gnome-46ff2e590807f57e48aeb41424817cccb5927eb6.tar.gz freebsd-ports-gnome-46ff2e590807f57e48aeb41424817cccb5927eb6.tar.zst freebsd-ports-gnome-46ff2e590807f57e48aeb41424817cccb5927eb6.zip |
Use gcc3.2 port to build for STABLE too.
Diffstat (limited to 'editors')
-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 af2afcd67a0f..600abd4a6da5 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.1 +USE_GCC=3.2 .else .endif diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index af2afcd67a0f..600abd4a6da5 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.1 +USE_GCC=3.2 .else .endif diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index af2afcd67a0f..600abd4a6da5 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.1 +USE_GCC=3.2 .else .endif |