From d66064198726b71c0323d7f525ce3654a4c1425e Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 27 Jul 2018 03:46:51 +0300 Subject: added log4cxx, spectrum --- .../files/log4cxx-0.10.0-missing_includes.patch | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 packages/dev-libs/log4cxx/files/log4cxx-0.10.0-missing_includes.patch (limited to 'packages/dev-libs/log4cxx/files/log4cxx-0.10.0-missing_includes.patch') diff --git a/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-missing_includes.patch b/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-missing_includes.patch new file mode 100644 index 0000000..78a5791 --- /dev/null +++ b/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-missing_includes.patch @@ -0,0 +1,37 @@ +diff -Naur apache-log4cxx-0.10.0.orig/src/examples/cpp/console.cpp apache-log4cxx-0.10.0/src/examples/cpp/console.cpp +--- apache-log4cxx-0.10.0.orig/src/examples/cpp/console.cpp 2008-04-01 00:34:52.000000000 +0200 ++++ apache-log4cxx-0.10.0/src/examples/cpp/console.cpp 2008-05-06 05:40:52.000000000 +0200 +@@ -15,7 +15,8 @@ + * limitations under the License. + */ + +-#include ++#include ++#include + #include + #include + #include +diff -Naur apache-log4cxx-0.10.0.orig/src/main/cpp/inputstreamreader.cpp apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp +--- apache-log4cxx-0.10.0.orig/src/main/cpp/inputstreamreader.cpp 2008-04-01 00:34:09.000000000 +0200 ++++ apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp 2008-05-06 05:32:31.000000000 +0200 +@@ -21,6 +21,8 @@ + #include + #include + ++#include ++ + using namespace log4cxx; + using namespace log4cxx::helpers; + +diff -Naur apache-log4cxx-0.10.0.orig/src/main/cpp/socketoutputstream.cpp apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp +--- apache-log4cxx-0.10.0.orig/src/main/cpp/socketoutputstream.cpp 2008-04-01 00:34:09.000000000 +0200 ++++ apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp 2008-05-06 05:35:55.000000000 +0200 +@@ -20,6 +20,8 @@ + #include + #include + ++#include ++ + using namespace log4cxx; + using namespace log4cxx::helpers; + -- cgit v1.2.3