rpms/dbus-c++/devel gcc-44.patch,1.1,1.2

Adel Gadllah drago01 at fedoraproject.org
Wed Feb 18 17:59:54 UTC 2009


Author: drago01

Update of /cvs/pkgs/rpms/dbus-c++/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23613

Modified Files:
	gcc-44.patch 
Log Message:
fix build with gcc-44

gcc-44.patch:

Index: gcc-44.patch
===================================================================
RCS file: /cvs/pkgs/rpms/dbus-c++/devel/gcc-44.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc-44.patch	18 Feb 2009 17:52:53 -0000	1.1
+++ gcc-44.patch	18 Feb 2009 17:59:54 -0000	1.2
@@ -1,3 +1,15 @@
+diff --git a/examples/echo/echo-client.h b/examples/echo/echo-client.h
+index 54401ec..3511cc0 100644
+--- a/examples/echo/echo-client.h
++++ b/examples/echo/echo-client.h
+@@ -3,6 +3,7 @@
+ 
+ #include <dbus-c++/dbus.h>
+ #include "echo-client-glue.h"
++#include <cstdio>
+ 
+ class EchoClient
+ : public org::freedesktop::DBus::EchoDemo_proxy,
 diff --git a/examples/echo/echo-server.h b/examples/echo/echo-server.h
 index 3f0be58..9dfbaec 100644
 --- a/examples/echo/echo-server.h




More information about the scm-commits mailing list