From ee4ec90809cef2f6bf819e52903e3f800d79472d Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 9 Dec 2004 15:13:20 +0000 Subject: Add log4cplus, a simple-to-use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modeled after the Java log4j API. PR: ports/74642 Submitted by: Petri Totterman --- devel/log4cplus/files/patch-src-socketbuffer.cxx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devel/log4cplus/files/patch-src-socketbuffer.cxx (limited to 'devel/log4cplus/files') diff --git a/devel/log4cplus/files/patch-src-socketbuffer.cxx b/devel/log4cplus/files/patch-src-socketbuffer.cxx new file mode 100644 index 000000000000..bf30895eb7d4 --- /dev/null +++ b/devel/log4cplus/files/patch-src-socketbuffer.cxx @@ -0,0 +1,10 @@ +--- src/socketbuffer.cxx.orig Fri Nov 21 22:23:29 2003 ++++ src/socketbuffer.cxx Thu Dec 9 15:49:28 2004 +@@ -29,6 +29,7 @@ + + #include + #include ++#include + + #if !defined(_WIN32) + # include -- cgit v1.2.3