diff options
-rw-r--r-- | misc/openoffice3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index 5fdc3a33052..e234b68c2c3 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2009/04/03 15:03:30 tnn Exp $ +# $NetBSD: Makefile,v 1.28 2009/04/06 12:41:41 tnn Exp $ # OO_VER= 3.0.1 @@ -37,8 +37,6 @@ CONFIGURE_DIRS= config_office # Cannot compile with 3.3.x (GCC Bugzilla Bug 16879). GCC_REQD+= 3.4 USE_LANGUAGES+= c c++ -# Use of ccache causes "error 65280" while making OOO300_m15/svx/source/gengal -IGNORE_CCACHE= yes CONFLICTS+= staroffice-[0-9]* CONFLICTS+= openoffice-[0-9]* |