diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-02-03 15:16:55 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-02-03 15:16:55 -0500 |
commit | 9aa489802cacd2e248a3dcb21c981c06cdd9cfe2 (patch) | |
tree | a0f137e3783b6f30c5f3c7bd6897a3b08b73f17e /pcr/log4cxx/log4cxx-0.10.0-missing_includes.patch | |
parent | 001ff9e67cd9f81195b1d6ff71082ede2365421d (diff) | |
download | abslibre-9aa489802cacd2e248a3dcb21c981c06cdd9cfe2.tar.gz abslibre-9aa489802cacd2e248a3dcb21c981c06cdd9cfe2.tar.bz2 abslibre-9aa489802cacd2e248a3dcb21c981c06cdd9cfe2.zip |
Removing log4cxx: This package is in [community] repo
Diffstat (limited to 'pcr/log4cxx/log4cxx-0.10.0-missing_includes.patch')
-rw-r--r-- | pcr/log4cxx/log4cxx-0.10.0-missing_includes.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/pcr/log4cxx/log4cxx-0.10.0-missing_includes.patch b/pcr/log4cxx/log4cxx-0.10.0-missing_includes.patch deleted file mode 100644 index 9f3534ccc..000000000 --- a/pcr/log4cxx/log4cxx-0.10.0-missing_includes.patch +++ /dev/null @@ -1,38 +0,0 @@ -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,10 @@ - * limitations under the License. - */ - --#include <stdlib.h> -+#include <cstdio> -+#include <cstdlib> -+#include <cstring> -+#include <stdint.h> - #include <log4cxx/logger.h> - #include <log4cxx/consoleappender.h> - #include <log4cxx/simplelayout.h> -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 <log4cxx/helpers/pool.h> - #include <log4cxx/helpers/bytebuffer.h> - -+#include <cstring> -+ - 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 <log4cxx/helpers/socket.h> - #include <log4cxx/helpers/bytebuffer.h> - -+#include <cstring> -+ - using namespace log4cxx; - using namespace log4cxx::helpers; |