summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2006-01-12 13:34:57 +0000
committerHanno Boeck <hanno@gentoo.org>2006-01-12 13:34:57 +0000
commit5b859cdc0900bf28f54a130d22082e9d10554984 (patch)
tree0ab408f56e8b270c5780109205047c4a68c0f4f7 /app-office/koffice/files
parentStable on sparc (diff)
downloadhistorical-5b859cdc0900bf28f54a130d22082e9d10554984.tar.gz
historical-5b859cdc0900bf28f54a130d22082e9d10554984.tar.bz2
historical-5b859cdc0900bf28f54a130d22082e9d10554984.zip
koffice gcc41 fix
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-office/koffice/files')
-rw-r--r--app-office/koffice/files/krita-1.4.2-gcc41.patch21
1 files changed, 21 insertions, 0 deletions
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();
+