diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-13 09:04:16 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-13 09:04:16 +0000 |
commit | 90a00fed7fb41dbd9a2a89032ce66a697f87bf3c (patch) | |
tree | 1467972c4f54f6794d743b6b4dbd3b67f75889c5 /editors | |
parent | a359b2fce8937e254b2fd8eaac7a93c935be7b1d (diff) | |
download | FreeBSD-ports-90a00fed7fb41dbd9a2a89032ce66a697f87bf3c.zip FreeBSD-ports-90a00fed7fb41dbd9a2a89032ce66a697f87bf3c.tar.gz |
OO is still broken with CURRENT system gcc3.1. We still need USE_GCC=3.1
for now.
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 43065f3..be72e7b 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 43065f3..be72e7b 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 43065f3..be72e7b 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. |