SOURCES: koffice-gcc.patch - more

arekm arekm at pld-linux.org
Fri Aug 1 11:12:15 CEST 2008


Author: arekm                        Date: Fri Aug  1 09:12:15 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- more

---- Files affected:
SOURCES:
   koffice-gcc.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/koffice-gcc.patch
diff -u SOURCES/koffice-gcc.patch:1.4 SOURCES/koffice-gcc.patch:1.5
--- SOURCES/koffice-gcc.patch:1.4	Thu Jul 31 15:13:33 2008
+++ SOURCES/koffice-gcc.patch	Fri Aug  1 11:12:09 2008
@@ -119,3 +119,47 @@
  		/**
  		* Return the textcolor as RGB-value in the format "#RRGGBB".
 
+--- koffice-1.6.3/kexi/kexidb/drivers/pqxx/pqxxcursor.cpp~	2007-05-30 23:35:49.000000000 +0200
++++ koffice-1.6.3/kexi/kexidb/drivers/pqxx/pqxxcursor.cpp	2008-07-31 23:33:53.128971589 +0200
+@@ -27,6 +27,8 @@
+ #include <klocale.h>
+ #include <kdebug.h>
+ 
++#include <stdlib.h>
++
+ using namespace KexiDB;
+ 
+ 
+--- koffice-1.6.3/filters/kword/wordperfect/import/TableStyle.cxx~	2007-05-30 23:39:02.000000000 +0200
++++ koffice-1.6.3/filters/kword/wordperfect/import/TableStyle.cxx	2008-08-01 00:13:43.372064696 +0200
+@@ -27,6 +27,7 @@
+ /* "This product is not manufactured, approved, or supported by 
+  * Corel Corporation or Corel Corporation Limited."
+  */
++#include <string.h>
+ #include <math.h>
+ #include "FilterInternal.hxx"
+ #include "TableStyle.hxx"
+--- koffice-1.6.3/filters/kword/wordperfect/import/TextRunStyle.cxx~	2007-05-30 23:39:02.000000000 +0200
++++ koffice-1.6.3/filters/kword/wordperfect/import/TextRunStyle.cxx	2008-08-01 00:25:21.368662495 +0200
+@@ -28,6 +28,9 @@
+ /* "This product is not manufactured, approved, or supported by
+  * Corel Corporation or Corel Corporation Limited."
+  */
++
++#include <string.h>
++
+ #include "FilterInternal.hxx"
+ #include "TextRunStyle.hxx"
+ #include "WriterProperties.hxx"
+--- koffice-1.6.3/filters/kpresenter/powerpoint/libppt/pole.cpp~	2007-05-30 23:38:58.000000000 +0200
++++ koffice-1.6.3/filters/kpresenter/powerpoint/libppt/pole.cpp	2008-08-01 00:39:33.888577648 +0200
+@@ -26,6 +26,8 @@
+    THE POSSIBILITY OF SUCH DAMAGE.
+ */
+ 
++#include <string.h>
++
+ #include <fstream>
+ #include <iostream>
+ #include <list>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/koffice-gcc.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list