From aa16f3ce599f0ed3cbf70fa899cf4dc0b918d43a Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 16 Jan 2005 13:47:07 +0000 Subject: Log4cxx is a port to C++ of the Log4j project. The goal is have the same functionnalities and interfaces of log4j. PR: ports/76287 Submitted by: Thaddeus Covert --- devel/log4cxx/files/patch-include-log4cxx-helpers-tchar.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 devel/log4cxx/files/patch-include-log4cxx-helpers-tchar.h (limited to 'devel/log4cxx/files/patch-include-log4cxx-helpers-tchar.h') diff --git a/devel/log4cxx/files/patch-include-log4cxx-helpers-tchar.h b/devel/log4cxx/files/patch-include-log4cxx-helpers-tchar.h new file mode 100644 index 000000000000..b3a869f09542 --- /dev/null +++ b/devel/log4cxx/files/patch-include-log4cxx-helpers-tchar.h @@ -0,0 +1,12 @@ +--- include/log4cxx/helpers/tchar.h.orig Wed Jan 12 17:56:51 2005 ++++ include/log4cxx/helpers/tchar.h Wed Jan 12 17:57:04 2005 +@@ -83,6 +83,9 @@ + #include + #define USES_CONVERSION void * _dst = _alloca(1024); + #endif ++#elif defined( __FreeBSD__ ) ++ #include ++ #define USES_CONVERSION void * _dst = alloca(1024); + #else + #include + #define USES_CONVERSION void * _dst = alloca(1024); -- cgit v1.2.3