diff options
author | 2008-11-16 20:44:59 +0000 | |
---|---|---|
committer | 2008-11-16 20:44:59 +0000 | |
commit | 93625b21be2243f827e091ee53984d2f17075d83 (patch) | |
tree | 25fc20d109c14133cf057fab821bae68044fddcd /dev-db/libodbc++/files | |
parent | Version bump. (diff) | |
download | gentoo-2-93625b21be2243f827e091ee53984d2f17075d83.tar.gz gentoo-2-93625b21be2243f827e091ee53984d2f17075d83.tar.bz2 gentoo-2-93625b21be2243f827e091ee53984d2f17075d83.zip |
Add patch to fix compilation with gcc-4.3. Thanks to Marek Miller <mlm AT ngc17 DOT pl>; bug #226781
(Portage version: 2.2_rc14/cvs/Linux 2.6.27.1 x86_64)
Diffstat (limited to 'dev-db/libodbc++/files')
-rw-r--r-- | dev-db/libodbc++/files/libodbc++-0.2.3-gcc43.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-db/libodbc++/files/libodbc++-0.2.3-gcc43.patch b/dev-db/libodbc++/files/libodbc++-0.2.3-gcc43.patch new file mode 100644 index 000000000000..fe76162715d0 --- /dev/null +++ b/dev-db/libodbc++/files/libodbc++-0.2.3-gcc43.patch @@ -0,0 +1,11 @@ +--- libodbc++-0.2.3/include/odbc++/types.h.orig 2008-06-14 16:39:35.000000000 +0000 ++++ libodbc++-0.2.3/include/odbc++/types.h 2008-06-14 16:39:58.000000000 +0000 +@@ -25,6 +25,7 @@ + #include <odbc++/setup.h> + + #include <exception> ++#include <cstring> + + #if !defined(ODBCXX_QT) + # include <string> + |