summaryrefslogtreecommitdiff
path: root/devel/log4cplus/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'devel/log4cplus/patches/patch-aa')
-rw-r--r--devel/log4cplus/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/log4cplus/patches/patch-aa b/devel/log4cplus/patches/patch-aa
new file mode 100644
index 00000000000..ead88c4fc62
--- /dev/null
+++ b/devel/log4cplus/patches/patch-aa
@@ -0,0 +1,12 @@
+diff --git a/src/clogger.cxx b/src/clogger.cxx
+index b3d29752..bf534f07 100644
+--- src/clogger.cxx
++++ src/clogger.cxx
+@@ -44,7 +44,6 @@ using namespace log4cplus::helpers;
+ LOG4CPLUS_EXPORT void *
+ log4cplus_initialize(void)
+ {
+- Initializer * initializer = 0;
+ try
+ {
+ return new Initializer();