diff options
author | 2008-06-16 20:14:10 +0000 | |
---|---|---|
committer | 2008-06-16 20:14:10 +0000 | |
commit | c54f1112605974c76825def13bd0acb52f6e10db (patch) | |
tree | dd677afffc2ba95544f1fc23a1af73dd6a47d5d6 /dev-libs/socketstream/files | |
parent | Add an elog message to pkg_postinst. (diff) | |
download | gentoo-2-c54f1112605974c76825def13bd0acb52f6e10db.tar.gz gentoo-2-c54f1112605974c76825def13bd0acb52f6e10db.tar.bz2 gentoo-2-c54f1112605974c76825def13bd0acb52f6e10db.zip |
Fixed gcc-4.3.x compilation (bug #227617), dropped old version.
(Portage version: 2.1.5.5)
Diffstat (limited to 'dev-libs/socketstream/files')
-rw-r--r-- | dev-libs/socketstream/files/0.7.0-missing_includes.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/socketstream/files/0.7.0-missing_includes.patch b/dev-libs/socketstream/files/0.7.0-missing_includes.patch new file mode 100644 index 000000000000..22c29379ed10 --- /dev/null +++ b/dev-libs/socketstream/files/0.7.0-missing_includes.patch @@ -0,0 +1,11 @@ +diff -Naur socketstream-0.7.0.orig/src/socket_exception.cc socketstream-0.7.0/src/socket_exception.cc +--- socketstream-0.7.0.orig/src/socket_exception.cc 2008-06-16 22:08:13.000000000 +0200 ++++ socketstream-0.7.0/src/socket_exception.cc 2008-06-16 22:09:00.000000000 +0200 +@@ -24,6 +24,7 @@ + + #include <socketstream/socket_exception.h> + #include <cerrno> ++#include <cstring> + + namespace ss { + |