rpms/openoffice.org/devel workspace.gcc44.patch,1.2,1.3

Caolan McNamara caolanm at fedoraproject.org
Wed Feb 4 08:47:38 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24685

Modified Files:
	workspace.gcc44.patch 
Log Message:
need stdio.h for snprintf

workspace.gcc44.patch:

Index: workspace.gcc44.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/workspace.gcc44.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- workspace.gcc44.patch	3 Feb 2009 23:23:19 -0000	1.2
+++ workspace.gcc44.patch	4 Feb 2009 08:47:08 -0000	1.3
@@ -17,3 +17,18 @@
  #endif /* defined (__GNUC__) */
  #endif /* defined (_MSC_VER) */
  
+Index: source/filter/ww8/WW8TableInfo.cxx
+===================================================================
+RCS file: /cvs/sw/sw/source/filter/ww8/Attic/WW8TableInfo.cxx,v
+retrieving revision 1.1.6.2
+diff -u -r1.1.6.2 WW8TableInfo.cxx
+--- openoffice.org.orig/sw/source/filter/ww8/WW8TableInfo.cxx	19 Nov 2008 14:35:52 -0000	1.1.6.2
++++ openoffice.org/sw/source/filter/ww8/WW8TableInfo.cxx	4 Feb 2009 08:45:53 -0000
+@@ -29,6 +29,7 @@
+  ************************************************************************/
+ 
+ #include <iostream> 
++#include <stdio.h>
+ #include "WW8TableInfo.hxx"
+ #include "swtable.hxx"
+ #include "pam.hxx"




More information about the scm-commits mailing list