summaryrefslogtreecommitdiff
path: root/dev-db/mysql++/files/mysql++-2.3.2-gcc-4.3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/mysql++/files/mysql++-2.3.2-gcc-4.3.patch')
-rw-r--r--dev-db/mysql++/files/mysql++-2.3.2-gcc-4.3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-db/mysql++/files/mysql++-2.3.2-gcc-4.3.patch b/dev-db/mysql++/files/mysql++-2.3.2-gcc-4.3.patch
new file mode 100644
index 000000000000..f9456e8f88e5
--- /dev/null
+++ b/dev-db/mysql++/files/mysql++-2.3.2-gcc-4.3.patch
@@ -0,0 +1,11 @@
+diff -Naur mysql++-2.3.2-orig/lib/const_string.h mysql++-2.3.2/lib/const_string.h
+--- mysql++-2.3.2-orig/lib/const_string.h 2008-03-22 16:16:39.000000000 -0600
++++ mysql++-2.3.2/lib/const_string.h 2008-03-22 16:18:47.000000000 -0600
+@@ -35,6 +35,7 @@
+ #include <iostream>
+ #include <stdexcept>
+ #include <string>
++#include <cstring>
+
+ namespace mysqlpp {
+