diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-13 09:04:16 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-13 09:04:16 +0000 |
commit | 2580815daaa2f3d342a1b2400ff81b756367ecd2 (patch) | |
tree | 5d31e69c4d82919029f6305a93c4187d440dd13a /editors | |
parent | Don't assume that ~/.gnome directory always exists - it may not be true for (diff) |
OO is still broken with CURRENT system gcc3.1. We still need USE_GCC=3.1
for now.
Notes
Notes:
svn path=/head/; revision=61196
Diffstat (limited to 'editors')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice.org-1.0/Makefile | 4 | ||||
-rw-r--r-- | editors/openoffice/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 43065f3a359e..be72e7b57176 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -20,6 +20,10 @@ DISTFILES= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z \ .include <bsd.port.pre.mk> .if ${OSVERSION} > 500000 +# +# OO is still broken with the system gcc on CURRENT. +# +USE_GCC=3.1 .if defined(USE_GCC) && ${USE_GCC} == 3.1 # # We depend on the port. System g++ is broken at the moment. diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile index 43065f3a359e..be72e7b57176 100644 --- a/editors/openoffice.org-1.0/Makefile +++ b/editors/openoffice.org-1.0/Makefile @@ -20,6 +20,10 @@ DISTFILES= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z \ .include <bsd.port.pre.mk> .if ${OSVERSION} > 500000 +# +# OO is still broken with the system gcc on CURRENT. +# +USE_GCC=3.1 .if defined(USE_GCC) && ${USE_GCC} == 3.1 # # We depend on the port. System g++ is broken at the moment. diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile index 43065f3a359e..be72e7b57176 100644 --- a/editors/openoffice/Makefile +++ b/editors/openoffice/Makefile @@ -20,6 +20,10 @@ DISTFILES= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z \ .include <bsd.port.pre.mk> .if ${OSVERSION} > 500000 +# +# OO is still broken with the system gcc on CURRENT. +# +USE_GCC=3.1 .if defined(USE_GCC) && ${USE_GCC} == 3.1 # # We depend on the port. System g++ is broken at the moment. |