diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-27 03:46:51 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-27 03:46:51 +0300 |
commit | d66064198726b71c0323d7f525ce3654a4c1425e (patch) | |
tree | 44f7341d781f3060792d7b9dd1c0242458330f60 /packages/dev-libs/log4cxx/files/log4cxx-0.10.0-gcc44.patch | |
parent | edc354354d0de0ed356e28efdb667016e3288c21 (diff) |
added log4cxx, spectrum
Diffstat (limited to 'packages/dev-libs/log4cxx/files/log4cxx-0.10.0-gcc44.patch')
-rw-r--r-- | packages/dev-libs/log4cxx/files/log4cxx-0.10.0-gcc44.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-gcc44.patch b/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-gcc44.patch new file mode 100644 index 0000000..854d34a --- /dev/null +++ b/packages/dev-libs/log4cxx/files/log4cxx-0.10.0-gcc44.patch @@ -0,0 +1,12 @@ +Fix for gcc-4.4 +--- apache-log4cxx-0.10.0-orig/src/examples/cpp/console.cpp 2009-06-12 13:01:06.000000000 +0200 ++++ apache-log4cxx-0.10.0/src/examples/cpp/console.cpp 2009-06-12 13:07:05.000000000 +0200 +@@ -15,6 +15,7 @@ + * limitations under the License. + */ + ++#include <cstdio> + #include <cstdlib> + #include <cstring> + #include <log4cxx/logger.h> + |