rpms/log4cxx/devel log4cxx-cstring.patch,1.1,1.2

Hayden James hjames at fedoraproject.org
Thu Feb 26 12:20:17 UTC 2009


Author: hjames

Update of /cvs/pkgs/rpms/log4cxx/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16790

Modified Files:
	log4cxx-cstring.patch 
Log Message:
Added missing header that GCC 4.4 appears to be more strict about


log4cxx-cstring.patch:

Index: log4cxx-cstring.patch
===================================================================
RCS file: /cvs/pkgs/rpms/log4cxx/devel/log4cxx-cstring.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- log4cxx-cstring.patch	1 Dec 2008 21:20:29 -0000	1.1
+++ log4cxx-cstring.patch	26 Feb 2009 12:20:17 -0000	1.2
@@ -1,11 +1,12 @@
 diff -ur apache-log4cxx-0.10.0.orig/src/examples/cpp/console.cpp apache-log4cxx-0.10.0.new/src/examples/cpp/console.cpp
 --- apache-log4cxx-0.10.0.orig/src/examples/cpp/console.cpp	2008-03-31 18:34:52.000000000 -0400
 +++ apache-log4cxx-0.10.0.new/src/examples/cpp/console.cpp	2008-11-16 17:01:37.000000000 -0500
-@@ -22,6 +22,7 @@
+@@ -22,6 +22,8 @@
  #include <log4cxx/logmanager.h>
  #include <iostream>
  #include <locale.h>
 +#include <cstring>
++#include <cstdio>
  
  using namespace log4cxx;
  using namespace log4cxx::helpers;




More information about the fedora-extras-commits mailing list