diff options
Diffstat (limited to 'editors/openoffice/Makefile')
-rw-r--r-- | editors/openoffice/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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. |