pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/openoffice3 ccache causes "error 65280" while mak...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb6275fe0063
branches:  trunk
changeset: 556731:eb6275fe0063
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Apr 03 15:03:30 2009 +0000

description:
ccache causes "error 65280" while making OOO300_m15/svx/source/gengal,
so set IGNORE_CCACHE=yes for this package.

diffstat:

 misc/openoffice3/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 933486208b42 -r eb6275fe0063 misc/openoffice3/Makefile
--- a/misc/openoffice3/Makefile Fri Apr 03 12:28:26 2009 +0000
+++ b/misc/openoffice3/Makefile Fri Apr 03 15:03:30 2009 +0000
@@ -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 @@
 # 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]*



Home | Main Index | Thread Index | Old Index