summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2006-01-12 13:34:57 +0000
committerHanno Böck <hanno@gentoo.org>2006-01-12 13:34:57 +0000
commit78185598eb466482793b57c7d7f3b29010ec1fa1 (patch)
tree47dad3033d599d96ce53fba1cfaa06a12371edf1 /app-office/koffice
parentStable on sparc (diff)
downloadgentoo-2-78185598eb466482793b57c7d7f3b29010ec1fa1.tar.gz
gentoo-2-78185598eb466482793b57c7d7f3b29010ec1fa1.tar.bz2
gentoo-2-78185598eb466482793b57c7d7f3b29010ec1fa1.zip
koffice gcc41 fix
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-office/koffice')
-rw-r--r--app-office/koffice/ChangeLog8
-rw-r--r--app-office/koffice/files/krita-1.4.2-gcc41.patch21
-rw-r--r--app-office/koffice/koffice-1.4.2-r7.ebuild5
3 files changed, 30 insertions, 4 deletions
diff --git a/app-office/koffice/ChangeLog b/app-office/koffice/ChangeLog
index ce0272d8dea9..84ce8ea153d1 100644
--- a/app-office/koffice/ChangeLog
+++ b/app-office/koffice/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/koffice
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.149 2005/12/24 03:37:56 yoswink Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.150 2006/01/12 13:34:57 hanno Exp $
+
+ 12 Jan 2006; Hanno Boeck <hanno@gentoo.org>
+ +files/krita-1.4.2-gcc41.patch, koffice-1.4.2-r7.ebuild:
+ Fix (krita) for gcc 4.1.
24 Dec 2005; Jose Luis Rivero <yoswink@gentoo.org>
koffice-1.4.2-r6.ebuild:
diff --git a/app-office/koffice/files/krita-1.4.2-gcc41.patch b/app-office/koffice/files/krita-1.4.2-gcc41.patch
new file mode 100644
index 000000000000..5e7f5d915826
--- /dev/null
+++ b/app-office/koffice/files/krita-1.4.2-gcc41.patch
@@ -0,0 +1,21 @@
+--- branches/koffice/1.4/koffice/krita/core/kis_filter_registry.h 2005/05/27 09:18:23 418647
++++ branches/koffice/1.4/koffice/krita/core/kis_filter_registry.h 2005/10/24 15:53:42 473737
+@@ -26,7 +26,6 @@
+ #include "kis_types.h"
+ #include "kis_generic_registry.h"
+ #include "kaction.h"
+-#include "kis_filter.h"
+
+ class QString;
+ class KisView;
+--- branches/koffice/1.4/koffice/krita/core/kis_clipboard.h 2005/05/27 09:18:23 418647
++++ branches/koffice/1.4/koffice/krita/core/kis_clipboard.h 2005/10/18 12:57:53 471689
+@@ -35,7 +35,7 @@
+
+ public:
+
+- virtual KisClipboard::~KisClipboard();
++ virtual ~KisClipboard();
+
+ static KisClipboard* instance();
+
diff --git a/app-office/koffice/koffice-1.4.2-r7.ebuild b/app-office/koffice/koffice-1.4.2-r7.ebuild
index fe5279355ad7..f7939e586ef1 100644
--- a/app-office/koffice/koffice-1.4.2-r7.ebuild
+++ b/app-office/koffice/koffice-1.4.2-r7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.4.2-r7.ebuild,v 1.2 2005/12/20 19:25:39 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.4.2-r7.ebuild,v 1.3 2006/01/12 13:34:57 hanno Exp $
inherit kde
@@ -46,6 +46,7 @@ need-kde 3.3
PATCHES="${FILESDIR}/kspread-1.4.2-gcc41.patch
${FILESDIR}/kexi-1.4.2-gcc41.patch
+ ${FILESDIR}/krita-1.4.2-gcc41.patch
${FILESDIR}/post-1.3-koffice-CAN-2005-3193.diff"
src_compile() {