diff options
author | mbr <mbr@FreeBSD.org> | 2003-01-21 17:29:30 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-01-21 17:29:30 +0000 |
commit | 5d82a3f1b3bd8907b90a6e000ffce090dcc22fa5 (patch) | |
tree | e8fff1aafc413f788e6ac31bf0fb2d139b7ea8fd /editors | |
parent | c8412085cfaa03735618cbaf090c73cef8794813 (diff) | |
download | FreeBSD-ports-5d82a3f1b3bd8907b90a6e000ffce090dcc22fa5.zip FreeBSD-ports-5d82a3f1b3bd8907b90a6e000ffce090dcc22fa5.tar.gz |
There is still no USE_GCC=3.2 version in our port build files. There
is really nothing I can do about this. So let us hardcode everything.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 9 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 9 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 9 |
3 files changed, 12 insertions, 15 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index d98eda3..6975406 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -87,14 +87,13 @@ LANG_SORTED= `${ECHO} ${LANG_LIST} | ${TR} " " "\n" | ${PASTE} -d " " - -` # # OO build is broken with the system gcc on STABLE. # -USE_GCC=3.1 -.else +BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 +CC= gcc32 +CXX= g++32 +USE_GCC=3.2 .endif .if ${OSVERSION} > 500000 -# -# OO is still broken with the system gcc on CURRENT. -# .if defined(USE_GCC) && ${USE_GCC} == 3.2 BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 CC= gcc32 diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index d98eda3..6975406 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -87,14 +87,13 @@ LANG_SORTED= `${ECHO} ${LANG_LIST} | ${TR} " " "\n" | ${PASTE} -d " " - -` # # OO build is broken with the system gcc on STABLE. # -USE_GCC=3.1 -.else +BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 +CC= gcc32 +CXX= g++32 +USE_GCC=3.2 .endif .if ${OSVERSION} > 500000 -# -# OO is still broken with the system gcc on CURRENT. -# .if defined(USE_GCC) && ${USE_GCC} == 3.2 BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 CC= gcc32 diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index d98eda3..6975406 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -87,14 +87,13 @@ LANG_SORTED= `${ECHO} ${LANG_LIST} | ${TR} " " "\n" | ${PASTE} -d " " - -` # # OO build is broken with the system gcc on STABLE. # -USE_GCC=3.1 -.else +BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 +CC= gcc32 +CXX= g++32 +USE_GCC=3.2 .endif .if ${OSVERSION} > 500000 -# -# OO is still broken with the system gcc on CURRENT. -# .if defined(USE_GCC) && ${USE_GCC} == 3.2 BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32 CC= gcc32 |