SOURCES: openoffice.org-gcc.patch - updated

arekm arekm at pld-linux.org
Thu Jul 17 14:38:34 CEST 2008


Author: arekm                        Date: Thu Jul 17 12:38:34 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   openoffice.org-gcc.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/openoffice.org-gcc.patch
diff -u SOURCES/openoffice.org-gcc.patch:1.1 SOURCES/openoffice.org-gcc.patch:1.2
--- SOURCES/openoffice.org-gcc.patch:1.1	Thu Jul 17 12:52:49 2008
+++ SOURCES/openoffice.org-gcc.patch	Thu Jul 17 14:38:29 2008
@@ -69,3 +69,205 @@
  #include "precompiled_jvmfwk.hxx"
  #include "elements.hxx"
  #include "osl/mutex.hxx"
+--- jvmfwk/source/fwkutil.cxx~	2007-10-15 14:07:40.000000000 +0200
++++ jvmfwk/source/fwkutil.cxx	2008-07-17 12:54:16.335819078 +0200
+@@ -46,6 +46,7 @@
+ #endif
+ #endif
+ 
++#include <strings.h>
+ #include <string>
+ #include "osl/mutex.hxx"
+ #include "osl/module.hxx"
+--- jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx~	2007-11-13 15:20:50.000000000 +0100
++++ jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx	2008-07-17 12:55:34.479144039 +0200
+@@ -49,6 +49,7 @@
+ #include "osl/file.hxx"
+ #include "rtl/instance.hxx"
+ #include "osl/getglobalmutex.hxx"
++#include <string.h>
+ #include <setjmp.h>
+ #include <signal.h>
+ #include <stack>
+--- jvmfwk/plugins/sunmajor/pluginlib/util.cxx~	2007-12-06 18:44:50.000000000 +0100
++++ jvmfwk/plugins/sunmajor/pluginlib/util.cxx	2008-07-17 12:57:44.792464200 +0200
+@@ -48,6 +48,7 @@
+ #include "rtl/instance.hxx"
+ #include "boost/scoped_array.hpp"
+ #include "com/sun/star/uno/Sequence.hxx"
++#include <string.h>
+ #include <utility>
+ #include <algorithm>
+ #include <map>
+--- sax/source/expatwrap/sax_expat.cxx~	2006-06-20 01:07:26.000000000 +0200
++++ sax/source/expatwrap/sax_expat.cxx	2008-07-17 13:03:08.599099299 +0200
+@@ -33,6 +33,7 @@
+  *
+  ************************************************************************/
+ #include <stdlib.h>
++#include <string.h>
+ #include <sal/alloca.h>
+ #include <vector>
+ 
+--- sax/source/fastparser/fastparser.cxx~	2008-07-17 11:38:41.316480078 +0200
++++ sax/source/fastparser/fastparser.cxx	2008-07-17 13:04:17.513258300 +0200
+@@ -36,6 +36,8 @@
+ //#include <stdlib.h>
+ //#include <sal/alloca.h>
+ 
++#include <string.h>
++
+ #include <stack>
+ #include <vector>
+ #include <hash_map>
+--- hwpfilter/source/formula.cpp~	2006-06-20 02:52:46.000000000 +0200
++++ hwpfilter/source/formula.cpp	2008-07-17 13:05:48.285750089 +0200
+@@ -39,7 +39,7 @@
+ #include "nodes.h"
+ #include "mapping.h"
+ #include "hwpeq.h"
+-#include <iostream.h>
++#include <iostream>
+ 
+ extern LinkedList<Node> nodelist;
+ 
+--- package/source/zipapi/XUnbufferedStream.cxx~	2006-09-17 19:27:48.000000000 +0200
++++ package/source/zipapi/XUnbufferedStream.cxx	2008-07-17 13:12:33.142375565 +0200
+@@ -35,6 +35,9 @@
+ 
+ // MARKER(update_precomp.py): autogen include statement, do not remove
+ #include "precompiled_package.hxx"
++
++#include <string.h>
++
+ #ifndef _XUNBUFFERED_STREAM_HXX
+ #include <XUnbufferedStream.hxx>
+ #endif
+--- ./package/source/zipapi/MemoryByteGrabber.hxx~	2006-06-20 08:13:19.000000000 +0200
++++ ./package/source/zipapi/MemoryByteGrabber.hxx	2008-07-17 13:19:20.819000861 +0200
+@@ -35,6 +35,8 @@
+ #ifndef _MEMORY_BYTE_GRABBER_HXX_
+ #define _MEMORY_BYTE_GRABBER_HXX_
+ 
++#include <string.h>
++
+ #ifndef _COM_SUN_STAR_IO_XINPUTSTREAM_HPP_
+ #include <com/sun/star/io/XInputStream.hpp>
+ #endif
+--- i18npool/source/localedata/saxparser.cxx~	2006-09-17 11:22:14.000000000 +0200
++++ i18npool/source/localedata/saxparser.cxx	2008-07-17 13:21:18.925656013 +0200
+@@ -37,6 +37,7 @@
+ #include "precompiled_i18npool.hxx"
+ 
+ #include <stdio.h>
++#include <string.h>
+ #include <stack>
+ 
+ #include "sal/main.h"
+--- i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx~	2007-11-13 15:32:47.000000000 +0100
++++ i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx	2008-07-17 13:24:10.332306421 +0200
+@@ -48,6 +48,7 @@
+ #ifndef _COM_SUN_STAR_TEXT_HORIORIENTATION_HPP_
+ #include <com/sun/star/text/HoriOrientation.hpp>
+ #endif
++#include <string.h>
+ #include <localedata.hxx>
+ #include <nativenumbersupplier.hxx>
+ #include <stdio.h>
+--- i18npool/source/search/textsearch.cxx~	2007-12-05 17:45:18.000000000 +0100
++++ i18npool/source/search/textsearch.cxx	2008-07-17 13:30:05.608940578 +0200
+@@ -36,6 +36,8 @@
+ // MARKER(update_precomp.py): autogen include statement, do not remove
+ #include "precompiled_i18npool.hxx"
+ 
++#include <string.h>
++
+ #include "textsearch.hxx"
+ #include "levdis.hxx"
+ #include <regexp/reclass.hxx>
+--- tools/source/fsys/urlobj.cxx~	2008-07-17 11:37:56.926692932 +0200
++++ tools/source/fsys/urlobj.cxx	2008-07-17 13:35:58.918903691 +0200
+@@ -36,6 +36,8 @@
+ // MARKER(update_precomp.py): autogen include statement, do not remove
+ #include "precompiled_tools.hxx"
+ 
++#include <string.h>
++
+ #ifndef _URLOBJ_HXX
+ #include <tools/urlobj.hxx>
+ #endif
+--- tools/inc/bootstrp/command.hxx~	2007-11-02 13:59:41.000000000 +0100
++++ tools/inc/bootstrp/command.hxx	2008-07-17 13:39:22.268881644 +0200
+@@ -36,7 +36,7 @@
+ #ifndef COMMAND_HXX
+ #define COMMAND_HXX
+ 
+-#include <iostream.h>
++#include <iostream>
+ 
+ #include <tools/stream.hxx>
+ #define STRLEN 100
+--- psprint/source/helper/helper.cxx.org	2008-07-17 14:12:43.958681552 +0200
++++ psprint/source/helper/helper.cxx	2008-07-17 14:14:15.468737557 +0200
+@@ -39,6 +39,7 @@
+ #include <cstring>
+ #include <sys/stat.h>
+ #include <unistd.h>
++#include <limits.h>
+ 
+ #include <psprint/helper.hxx>
+ #include <tools/string.hxx>
+--- UnoControls/source/controls/progressbar.cxx~	2006-06-20 01:09:34.000000000 +0200
++++ UnoControls/source/controls/progressbar.cxx	2008-07-17 14:16:44.661990836 +0200
+@@ -68,6 +68,7 @@
+ #include <cppuhelper/typeprovider.hxx>
+ #endif
+ 
++#include <limits.h>
+ #include <math.h>
+ 
+ //____________________________________________________________________________________________________________
+--- sdext/source/minimizer/pppoptimizertoken.cxx~	2007-08-17 11:38:07.000000000 +0200
++++ sdext/source/minimizer/pppoptimizertoken.cxx	2008-07-17 14:28:59.505458302 +0200
+@@ -33,6 +33,8 @@
+  *
+  ************************************************************************/
+ 
++#include <string.h>
++
+ #ifndef _PPPOPTIMIZER_TOKEN_HXX
+ #include "pppoptimizertoken.hxx"
+ #endif
+--- unoxml/source/dom/attr.cxx~	2007-12-06 11:57:59.000000000 +0100
++++ unoxml/source/dom/attr.cxx	2008-07-17 14:32:42.068565185 +0200
+@@ -33,6 +33,8 @@
+  *
+  ************************************************************************/
+ 
++#include <string.h>
++
+ #include "attr.hxx"
+ #include "element.hxx"
+ #include <com/sun/star/xml/dom/DOMException.hdl>
+--- unoxml/source/dom/attributesmap.cxx~	2006-06-20 02:43:23.000000000 +0200
++++ unoxml/source/dom/attributesmap.cxx	2008-07-17 14:36:27.705526481 +0200
+@@ -33,6 +33,8 @@
+  *
+  ************************************************************************/
+ 
++#include <string.h>
++
+ #include "attributesmap.hxx"
+ 
+ namespace DOM
+--- unoxml/source/dom/characterdata.cxx~	2007-12-06 11:58:40.000000000 +0100
++++ unoxml/source/dom/characterdata.cxx	2008-07-17 14:38:00.009362925 +0200
+@@ -33,6 +33,8 @@
+  *
+  ************************************************************************/
+ 
++#include <string.h>
++
+ #include <com/sun/star/xml/dom/events/XDocumentEvent.hpp>
+ #include "characterdata.hxx"
+ #include "../events/mutationevent.hxx"
================================================================

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



More information about the pld-cvs-commit mailing list