diff options
author | Hanno Böck <hanno@gentoo.org> | 2008-05-03 18:57:05 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2008-05-03 18:57:05 +0000 |
commit | 1cde9990619804e1897e34172cac5c3dd0e98ac2 (patch) | |
tree | 93c859985305893fc24c6ed53efdab4a23d5a0f6 /dev-cpp/libthrowable/files | |
parent | Remove mask on bind(-tools) 9.2.7 and 9.3.3 (diff) | |
download | gentoo-2-1cde9990619804e1897e34172cac5c3dd0e98ac2.tar.gz gentoo-2-1cde9990619804e1897e34172cac5c3dd0e98ac2.tar.bz2 gentoo-2-1cde9990619804e1897e34172cac5c3dd0e98ac2.zip |
libthrowable: fix for gcc43
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'dev-cpp/libthrowable/files')
-rw-r--r-- | dev-cpp/libthrowable/files/libthrowable-1.1.0-gcc43.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-cpp/libthrowable/files/libthrowable-1.1.0-gcc43.diff b/dev-cpp/libthrowable/files/libthrowable-1.1.0-gcc43.diff new file mode 100644 index 000000000000..db3e95b0b098 --- /dev/null +++ b/dev-cpp/libthrowable/files/libthrowable-1.1.0-gcc43.diff @@ -0,0 +1,12 @@ +--- libthrowable-1.1.0/libthrowable/internal/internal.cc.orig 2008-05-03 20:41:16.000000000 +0200 ++++ libthrowable-1.1.0/libthrowable/internal/internal.cc 2008-05-03 20:41:51.000000000 +0200 +@@ -23,7 +23,8 @@ + #include "libthrowable/macros/here.h" + #include "libthrowable/util/util.h" + #include "libthrowable/internal/threads.h" +-#include <string> ++#include <stdlib.h> ++#include <string.h> + #include <sstream> + #include <iostream> + #include <limits> |