mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Fix compiling with gcc 4 in some cases
PR: 126486 Submitted by: Volker Werth <volker at vwsoft dot com> Approved by: maintainer timeout
This commit is contained in:
parent
69a142a6c7
commit
692389fb14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219652
@ -0,0 +1,14 @@
|
||||
|
||||
--- include/log4cxx/xml/domconfigurator.h.orig 2008-08-12 23:36:20.000000000 +0200
|
||||
+++ include/log4cxx/xml/domconfigurator.h 2008-08-12 23:36:28.000000000 +0200
|
||||
@@ -208,7 +208,7 @@
|
||||
spi::LoggerRepositoryPtr& repository);
|
||||
|
||||
protected:
|
||||
- String DOMConfigurator::subst(const String& value);
|
||||
+ String subst(const String& value);
|
||||
|
||||
protected:
|
||||
void * appenderBag;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user