ooo-build r11741 - in trunk: . patches/src680



Author: pmladek
Date: Thu Feb 28 17:53:31 2008
New Revision: 11741
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11741&view=rev

Log:
2008-02-28  Petr Mladek  <pmladek suse cz>

	* patches/src680/gcc-4.3-bridges.diff, patches/src680/apply:
	  add missing #include <string.h> to fix build with gcc-4.3, i#86551



Added:
   trunk/patches/src680/gcc-4.3-bridges.diff
Modified:
   trunk/ChangeLog
   trunk/patches/src680/apply

Modified: trunk/patches/src680/apply
==============================================================================
--- trunk/patches/src680/apply	(original)
+++ trunk/patches/src680/apply	Thu Feb 28 17:53:31 2008
@@ -1172,6 +1172,8 @@
 
 # fix build with gcc-4.3 on x86_64
 gcc-4.3-icc.diff, i#85771, pmladek
+# fix build with gcc-4.3 on ix86
+gcc-4.3-bridges.diff, i#86551, pmladek
 
 [ BuildBits >= ooh680-m5 < ooh680-m6  ]
 

Added: trunk/patches/src680/gcc-4.3-bridges.diff
==============================================================================
--- (empty file)
+++ trunk/patches/src680/gcc-4.3-bridges.diff	Thu Feb 28 17:53:31 2008
@@ -0,0 +1,10 @@
+--- bridges/source/cpp_uno/gcc3_linux_intel/except.cxx.old	2006-09-16 17:47:40.000000000 +0200
++++ bridges/source/cpp_uno/gcc3_linux_intel/except.cxx	2008-02-28 16:31:23.000000000 +0100
+@@ -37,6 +37,7 @@
+ #include "precompiled_bridges.hxx"
+ 
+ #include <stdio.h>
++#include <string.h>
+ #include <dlfcn.h>
+ #include <cxxabi.h>
+ #include <hash_map>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]