rpms/openoffice.org/devel workspace.gcc430two.patch,1.4,1.5

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Mon Feb 4 14:45:55 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16937

Modified Files:
	workspace.gcc430two.patch 
Log Message:
isn't this a useful use of my time, fix more gcc 4.3.0 pointless include<stdlib.h> requirements on ppc64

workspace.gcc430two.patch:

Index: workspace.gcc430two.patch
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/workspace.gcc430two.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- workspace.gcc430two.patch	4 Feb 2008 13:56:41 -0000	1.4
+++ workspace.gcc430two.patch	4 Feb 2008 14:45:35 -0000	1.5
@@ -1178,3 +1178,19 @@
  #include "share.hxx"
  #include <stdio.h>
  
+Index: source/cpp_uno/gcc3_linux_powerpc64/except.cxx
+===================================================================
+RCS file: /cvs/udk/bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx,v
+retrieving revision 1.2
+diff -u -r1.2 except.cxx
+--- openoffice.org.orig/bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx	18 Jun 2007 16:35:07 -0000	1.2
++++ openoffice.org/bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx	4 Feb 2008 14:44:38 -0000
+@@ -49,7 +49,7 @@
+ #include <com/sun/star/uno/genfunc.hxx>
+ #include <typelib/typedescription.hxx>
+ #include <uno/any2.h>
+-
++#include <stdlib.h>
+ #include "share.hxx"
+ 
+ 




More information about the fedora-extras-commits mailing list