summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2008-05-18 01:06:05 +0000
committerHanno Boeck <hanno@gentoo.org>2008-05-18 01:06:05 +0000
commitb9a91a53073f26a672563276b0b0f5c55bf817c6 (patch)
tree89373909a9050907f0aeab71f4a901377ef18045 /app-office/kword/files
parentVersion bumped. (diff)
downloadhistorical-b9a91a53073f26a672563276b0b0f5c55bf817c6.tar.gz
historical-b9a91a53073f26a672563276b0b0f5c55bf817c6.tar.bz2
historical-b9a91a53073f26a672563276b0b0f5c55bf817c6.zip
kword fix for gcc43
Package-Manager: portage-2.1.5
Diffstat (limited to 'app-office/kword/files')
-rw-r--r--app-office/kword/files/kword-gcc43.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-office/kword/files/kword-gcc43.patch b/app-office/kword/files/kword-gcc43.patch
new file mode 100644
index 000000000000..7da230f4fac4
--- /dev/null
+++ b/app-office/kword/files/kword-gcc43.patch
@@ -0,0 +1,22 @@
+--- branches/koffice/1.6/koffice/filters/kword/wordperfect/import/TableStyle.cxx 2007/10/26 14:06:42 729649
++++ branches/koffice/1.6/koffice/filters/kword/wordperfect/import/TableStyle.cxx 2007/10/26 14:20:47 729650
+@@ -36,6 +36,8 @@
+ #include <minmax.h>
+ #endif
+
++#include <cstring>
++
+ TableCellStyle::TableCellStyle(const WPXPropertyList &xPropList, const char *psName) :
+ Style(psName),
+ mPropList(xPropList)
+--- branches/koffice/1.6/koffice/filters/kword/wordperfect/import/TextRunStyle.cxx 2007/10/26 17:51:34 729711
++++ branches/koffice/1.6/koffice/filters/kword/wordperfect/import/TextRunStyle.cxx 2007/10/26 17:51:55 729712
+@@ -37,6 +37,8 @@
+ #include <minmax.h>
+ #endif
+
++#include <cstring>
++
+ ParagraphStyle::ParagraphStyle(WPXPropertyList *pPropList, const WPXPropertyListVector &xTabStops, const WPXString &sName) :
+ mpPropList(pPropList),
+ mxTabStops(xTabStops),