diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-09-02 10:49:16 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-09-02 10:49:16 +0000 |
commit | 692389fb149d6daa578b1aaf66e01e2df9cc7703 (patch) | |
tree | ee79bd794e74b0a189a9012f818a797f030c3a49 /devel/log4cxx | |
parent | 69a142a6c72ee3d47e8b0d4328e9031ef3c8be79 (diff) | |
download | ports-692389fb149d6daa578b1aaf66e01e2df9cc7703.tar.gz ports-692389fb149d6daa578b1aaf66e01e2df9cc7703.zip |
Notes
Diffstat (limited to 'devel/log4cxx')
-rw-r--r-- | devel/log4cxx/files/patch-include-log4cxx-xml-domconfigurator.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/log4cxx/files/patch-include-log4cxx-xml-domconfigurator.h b/devel/log4cxx/files/patch-include-log4cxx-xml-domconfigurator.h new file mode 100644 index 000000000000..121811a5710b --- /dev/null +++ b/devel/log4cxx/files/patch-include-log4cxx-xml-domconfigurator.h @@ -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; + + |