diff options
author | Hanno Boeck <hanno@gentoo.org> | 2006-01-12 13:31:21 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2006-01-12 13:31:21 +0000 |
commit | 1d9c4320b577d938d55163e51b1f6151c4201f02 (patch) | |
tree | e80466e1eef105190e59adba061e5fc7d2ff8a8f /app-office/krita/files | |
parent | Also remove check for XvMC and remove dependency as it's not used at all either. (diff) | |
download | historical-1d9c4320b577d938d55163e51b1f6151c4201f02.tar.gz historical-1d9c4320b577d938d55163e51b1f6151c4201f02.tar.bz2 historical-1d9c4320b577d938d55163e51b1f6151c4201f02.zip |
krita gcc41 fix
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-office/krita/files')
-rw-r--r-- | app-office/krita/files/krita-1.4.2-gcc41.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-office/krita/files/krita-1.4.2-gcc41.patch b/app-office/krita/files/krita-1.4.2-gcc41.patch new file mode 100644 index 000000000000..5e7f5d915826 --- /dev/null +++ b/app-office/krita/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(); + |