Author: arekm Date: Thu Jul 17 10:52:55 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - gcc 4.3
---- Files affected: SOURCES: openoffice.org-gcc.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/openoffice.org-gcc.patch diff -u /dev/null SOURCES/openoffice.org-gcc.patch:1.1 --- /dev/null Thu Jul 17 12:52:55 2008 +++ SOURCES/openoffice.org-gcc.patch Thu Jul 17 12:52:49 2008 @@ -0,0 +1,71 @@ +--- registry/tools/checksingleton.cxx~ 2007-10-15 14:28:30.000000000 +0200 ++++ registry/tools/checksingleton.cxx 2008-07-17 11:24:44.590105577 +0200 +@@ -36,6 +36,7 @@ + // MARKER(update_precomp.py): autogen include statement, do not remove + #include "precompiled_registry.hxx" + #include <stdio.h> ++#include <string.h> + + #include <set> + +--- idlc/source/idlccompile.cxx~ 2007-11-02 13:26:14.000000000 +0100 ++++ idlc/source/idlccompile.cxx 2008-07-17 11:49:32.546208718 +0200 +@@ -62,6 +62,8 @@ + #include <io.h> + #endif + ++#include <string.h> ++ + #ifdef SAL_UNX + #include <unistd.h> + #if defined(MACOSX) || defined(FREEBSD) || defined(NETBSD) +--- idlc/source/idlcproduce.cxx~ 2007-10-15 14:44:28.000000000 +0200 ++++ idlc/source/idlcproduce.cxx 2008-07-17 11:50:35.439534589 +0200 +@@ -59,6 +59,7 @@ + + #ifdef SAL_UNX + #include <unistd.h> ++#include <string.h> + #include <sys/stat.h> + #include <errno.h> + #endif +--- rdbmaker/source/rdbmaker/rdboptions.cxx~ 2006-06-20 06:10:27.000000000 +0200 ++++ rdbmaker/source/rdbmaker/rdboptions.cxx 2008-07-17 12:00:59.256138873 +0200 +@@ -33,6 +33,7 @@ + * + ************************************************************************/ + #include <stdio.h> ++#include <string.h> + + #include "rdboptions.hxx" + +--- bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx~ 2007-11-13 15:18:22.000000000 +0100 ++++ bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx 2008-07-17 12:10:39.733371748 +0200 +@@ -37,6 +37,7 @@ + #include "precompiled_bridges.hxx" + + #include <stdio.h> ++#include <string.h> + #include <dlfcn.h> + #include <cxxabi.h> + #include <hash_map> +--- bridges/source/remote/context/context.cxx~ 2006-09-16 17:58:56.000000000 +0200 ++++ bridges/source/remote/context/context.cxx 2008-07-17 12:14:53.956054580 +0200 +@@ -36,6 +36,7 @@ + // MARKER(update_precomp.py): autogen include statement, do not remove + #include "precompiled_bridges.hxx" + #include <stdio.h> ++#include <string.h> + #include <list> + #include <hash_map> + #include <utility> +--- jvmfwk/source/elements.cxx~ 2008-05-20 16:49:28.000000000 +0200 ++++ jvmfwk/source/elements.cxx 2008-07-17 12:51:38.652502127 +0200 +@@ -34,6 +34,7 @@ + ************************************************************************/ + + // MARKER(update_precomp.py): autogen include statement, do not remove ++#include <string.h> + #include "precompiled_jvmfwk.hxx" + #include "elements.hxx" + #include "osl/mutex.hxx" ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
