]> git.pld-linux.org Git - packages/log4cxx.git/commitdiff
- gcc 4.3 buildfix
authorpawelz <pawelz@pld-linux.org>
Sun, 3 Aug 2008 17:32:29 +0000 (17:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    log4cxx-gcc43.patch -> 1.1

log4cxx-gcc43.patch [new file with mode: 0644]

diff --git a/log4cxx-gcc43.patch b/log4cxx-gcc43.patch
new file mode 100644 (file)
index 0000000..6a0778f
--- /dev/null
@@ -0,0 +1,33 @@
+diff -Naur apache-log4cxx-0.10.0/src/examples/cpp/console.cpp apache-log4cxx-0.10.0.new/src/examples/cpp/console.cpp
+--- apache-log4cxx-0.10.0/src/examples/cpp/console.cpp 2008-03-31 22:34:52.000000000 +0000
++++ apache-log4cxx-0.10.0.new/src/examples/cpp/console.cpp     2008-08-03 17:12:55.000000000 +0000
+@@ -22,6 +22,7 @@
+ #include <log4cxx/logmanager.h>
+ #include <iostream>
+ #include <locale.h>
++#include <cstring>
+ using namespace log4cxx;
+ using namespace log4cxx::helpers;
+diff -Naur apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp apache-log4cxx-0.10.0.new/src/main/cpp/inputstreamreader.cpp
+--- apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp   2008-03-31 22:34:09.000000000 +0000
++++ apache-log4cxx-0.10.0.new/src/main/cpp/inputstreamreader.cpp       2008-08-03 17:13:08.000000000 +0000
+@@ -20,6 +20,7 @@
+ #include <log4cxx/helpers/exception.h>
+ #include <log4cxx/helpers/pool.h>
+ #include <log4cxx/helpers/bytebuffer.h>
++#include <cstring>
+ using namespace log4cxx;
+ using namespace log4cxx::helpers;
+diff -Naur apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp apache-log4cxx-0.10.0.new/src/main/cpp/socketoutputstream.cpp
+--- apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp  2008-03-31 22:34:09.000000000 +0000
++++ apache-log4cxx-0.10.0.new/src/main/cpp/socketoutputstream.cpp      2008-08-03 16:49:20.000000000 +0000
+@@ -19,6 +19,7 @@
+ #include <log4cxx/helpers/socketoutputstream.h>
+ #include <log4cxx/helpers/socket.h>
+ #include <log4cxx/helpers/bytebuffer.h>
++#include <cstring>
+ using namespace log4cxx;
+ using namespace log4cxx::helpers;
This page took 0.116321 seconds and 4 git commands to generate.