pinkbyte    15/01/14 06:48:11

  Added:                log4cpp-1.1-cmath-fix.patch
                        log4cpp-1.1-automake-1.13.patch
  Log:
  Version bump, wrt bug #454712. Migrate to autotools-multilib eclass, build 
tests only when they are requested, build static lib conditionally. Fix 
building with Automake 1.13, wrt bug #467666
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x1F357D42)

Revision  Changes    Path
1.1                  dev-libs/log4cpp/files/log4cpp-1.1-cmath-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/log4cpp/files/log4cpp-1.1-cmath-fix.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/log4cpp/files/log4cpp-1.1-cmath-fix.patch?rev=1.1&content-type=text/plain

Index: log4cpp-1.1-cmath-fix.patch
===================================================================
--- src/PatternLayout.cpp.orig      2015-01-14 09:24:32.332489499 +0300
+++ src/PatternLayout.cpp   2015-01-14 09:23:18.162493691 +0300
@@ -24,6 +24,7 @@
 #include <iomanip>
 #include <ctime>
 #include <cstdlib>
+#include <cmath>
 #include "Localtime.hh"
 
 #ifdef LOG4CPP_HAVE_INT64_T



1.1                  dev-libs/log4cpp/files/log4cpp-1.1-automake-1.13.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/log4cpp/files/log4cpp-1.1-automake-1.13.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/log4cpp/files/log4cpp-1.1-automake-1.13.patch?rev=1.1&content-type=text/plain

Index: log4cpp-1.1-automake-1.13.patch
===================================================================
--- configure.ac.orig   2015-01-14 09:37:13.616446476 +0300
+++ configure.ac        2015-01-14 09:37:26.119445770 +0300
@@ -17,7 +17,7 @@
 
 #AC_CONFIG_SRCDIR(configure.in)
 AC_CONFIG_AUX_DIR(config)
-AM_CONFIG_HEADER(include/config.h)
+AC_CONFIG_HEADERS([include/config.h])
 
 AM_INIT_AUTOMAKE
 




Reply via email to