aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql++1/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-14 16:47:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-14 16:47:40 +0000
commit2f90dc000ff03f25e5349be69c8788e72f94c48c (patch)
treece0e8d64f4d23462ff9e7b45096835580a9a30e6 /databases/mysql++1/files
parent8f998ba5d3b090307ca56ab6205bf3991e26bc1a (diff)
Notes
Diffstat (limited to 'databases/mysql++1/files')
-rw-r--r--databases/mysql++1/files/extra-patch-sqlplusint-connection.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mysql++1/files/extra-patch-sqlplusint-connection.cc b/databases/mysql++1/files/extra-patch-sqlplusint-connection.cc
new file mode 100644
index 000000000000..1fd2f951354b
--- /dev/null
+++ b/databases/mysql++1/files/extra-patch-sqlplusint-connection.cc
@@ -0,0 +1,11 @@
+--- sqlplusint/connection.cc.orig Fri Nov 21 15:59:47 2003
++++ sqlplusint/connection.cc Fri Nov 21 16:00:19 2003
+@@ -109,7 +109,7 @@
+ }
+
+ string Connection::info () {
+- char *i = mysql_info(&mysql);
++ const char *i = mysql_info(&mysql);
+ if (!i)
+ return string();
+ else