rpms/kdebindings/F-10 kdebindings-4.2.3-gcc44.patch, NONE, 1.1 kdebindings.spec, 1.155, 1.156

Than Ngo than at fedoraproject.org
Fri May 8 14:29:41 UTC 2009


Author: than

Update of /cvs/extras/rpms/kdebindings/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1518

Modified Files:
	kdebindings.spec 
Added Files:
	kdebindings-4.2.3-gcc44.patch 
Log Message:
fix build error with gcc44
: ----------------------------------------------------------------------


kdebindings-4.2.3-gcc44.patch:

--- NEW FILE kdebindings-4.2.3-gcc44.patch ---
diff -up kdebindings-4.2.3/csharp/kimono/src/marshall_macros_kde.h.orig kdebindings-4.2.3/csharp/kimono/src/marshall_macros_kde.h
--- kdebindings-4.2.3/csharp/kimono/src/marshall_macros_kde.h.orig	2009-05-08 14:50:31.000000000 +0200
+++ kdebindings-4.2.3/csharp/kimono/src/marshall_macros_kde.h	2009-05-08 14:51:31.000000000 +0200
@@ -1,3 +1,4 @@
+#include <stdio.h>
 #include <ksharedptr.h>
 
 template<class Item, const char *ItemSTR>
diff -up kdebindings-4.2.3/csharp/qyoto/src/qyotosmokebinding.cpp.orig kdebindings-4.2.3/csharp/qyoto/src/qyotosmokebinding.cpp
--- kdebindings-4.2.3/csharp/qyoto/src/qyotosmokebinding.cpp.orig	2009-05-08 14:28:23.000000000 +0200
+++ kdebindings-4.2.3/csharp/qyoto/src/qyotosmokebinding.cpp	2009-05-08 14:29:05.000000000 +0200
@@ -13,6 +13,7 @@
  *                                                                         *
  ***************************************************************************/
 
+#include <stdio.h>
 #include <stdlib.h>
 #include "qyotosmokebinding.h"
 #include "qyoto.h"


Index: kdebindings.spec
===================================================================
RCS file: /cvs/extras/rpms/kdebindings/F-10/kdebindings.spec,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -p -r1.155 -r1.156
--- kdebindings.spec	6 May 2009 12:28:21 -0000	1.155
+++ kdebindings.spec	8 May 2009 14:29:11 -0000	1.156
@@ -40,7 +40,9 @@ Source1: http://websvn.kde.org/*checkout
 
 # patch to disable examples (trouble with them installing to the buildroot)
 Patch0:  kdebindings-qyoto-examples.patch
+
 # upstream patches
+Patch100: kdebindings-4.2.3-gcc44.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -242,6 +244,8 @@ Falcon plugin for the Kross archtecture 
 %setup -q
 %patch0
 
+# upstream patces
+%patch100 -p1 -b .gcc44
 
 %build
 mkdir -p %{_target_platform}




More information about the scm-commits mailing list