From bb8874e3a31b357ee1531708b2f54b2bb60eaccd Mon Sep 17 00:00:00 2001 From: tnn Date: Fri, 3 Apr 2009 15:03:30 +0000 Subject: ccache causes "error 65280" while making OOO300_m15/svx/source/gengal, so set IGNORE_CCACHE=yes for this package. --- misc/openoffice3/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index ef63467aa80..5fdc3a33052 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2009/03/28 18:11:43 manu Exp $ +# $NetBSD: Makefile,v 1.27 2009/04/03 15:03:30 tnn Exp $ # OO_VER= 3.0.1 @@ -37,6 +37,8 @@ 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]* -- cgit v1.2.3