diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-13 17:04:16 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-13 17:04:16 +0800 |
commit | 90a00fed7fb41dbd9a2a89032ce66a697f87bf3c (patch) | |
tree | 1467972c4f54f6794d743b6b4dbd3b67f75889c5 /editors/openoffice | |
parent | a359b2fce8937e254b2fd8eaac7a93c935be7b1d (diff) | |
download | freebsd-ports-gnome-90a00fed7fb41dbd9a2a89032ce66a697f87bf3c.tar.gz freebsd-ports-gnome-90a00fed7fb41dbd9a2a89032ce66a697f87bf3c.tar.zst freebsd-ports-gnome-90a00fed7fb41dbd9a2a89032ce66a697f87bf3c.zip |
OO is still broken with CURRENT system gcc3.1. We still need USE_GCC=3.1
for now.
Diffstat (limited to 'editors/openoffice')
-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. |