rpms/cmake/devel cmake-2.4.5-xmlrpc.patch,1.1,1.2

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Tue Dec 19 00:01:00 UTC 2006


Author: orion

Update of /cvs/extras/rpms/cmake/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12120

Modified Files:
	cmake-2.4.5-xmlrpc.patch 
Log Message:
Fix xmlrpc-c headers


cmake-2.4.5-xmlrpc.patch:

Index: cmake-2.4.5-xmlrpc.patch
===================================================================
RCS file: /cvs/extras/rpms/cmake/devel/cmake-2.4.5-xmlrpc.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cmake-2.4.5-xmlrpc.patch	18 Dec 2006 23:37:24 -0000	1.1
+++ cmake-2.4.5-xmlrpc.patch	19 Dec 2006 00:00:30 -0000	1.2
@@ -8,3 +8,16 @@
          )
        MARK_AS_ADVANCED(XMLRPC_${name}_LIBRARY)
  
+--- cmake-2.4.5/Utilities/cm_xmlrpc.h.xmlrpc	2006-12-04 09:04:06.000000000 -0700
++++ cmake-2.4.5/Utilities/cm_xmlrpc.h	2006-12-18 17:00:01.000000000 -0700
+@@ -20,8 +20,8 @@
+ /* Use the xmlrpc library configured for CMake.  */
+ #include "cmThirdParty.h"
+ #ifdef CMAKE_USE_SYSTEM_XMLRPC
+-# include <xmlrpc.h>
+-# include <xmlrpc_client.h>
++# include <xmlrpc-c/base.h>
++# include <xmlrpc-c/client.h>
+ #else
+ # include <cmxmlrpc/xmlrpc.h>
+ # include <cmxmlrpc/xmlrpc_client.h>




More information about the fedora-extras-commits mailing list