summaryrefslogtreecommitdiffstats
path: root/src/libodbc++-1-win32.patch
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-05-14 17:59:46 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-05-14 17:59:46 (GMT)
commit6f45b35ff46fcc339715d0360a9a998e0ef7cb2b (patch)
treef482f0f61d65733f3aed489715f9b5b44bb6c781 /src/libodbc++-1-win32.patch
parent40f4cf1fbfe702ed8fce45868f88f4b52f3ae227 (diff)
downloadmxe-6f45b35ff46fcc339715d0360a9a998e0ef7cb2b.zip
mxe-6f45b35ff46fcc339715d0360a9a998e0ef7cb2b.tar.gz
mxe-6f45b35ff46fcc339715d0360a9a998e0ef7cb2b.tar.bz2
improved naming of patch files
Diffstat (limited to 'src/libodbc++-1-win32.patch')
-rw-r--r--src/libodbc++-1-win32.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/libodbc++-1-win32.patch b/src/libodbc++-1-win32.patch
new file mode 100644
index 0000000..c4ae4c1
--- /dev/null
+++ b/src/libodbc++-1-win32.patch
@@ -0,0 +1,36 @@
+This file is part of mingw-cross-env.
+See doc/index.html for further information.
+
+--- libodbc++-0.2.5.orig/configure.ac 2009-08-20 23:39:08.000000000 +0200
++++ libodbc++-0.2.5/configure.ac 2010-02-04 22:40:32.000000000 +0100
+@@ -118,7 +118,7 @@
+ if test "x$iodbc_ok" != "xyes" &&
+ test "x$odbc_ok" != "xyes"
+ then
+- AC_MSG_ERROR([No ODBC driver manager configured. Pperhaps you need to give configure --with-odbc=/some/location?])
++ AC_MSG_WARN([No ODBC driver manager configured. Pperhaps you need to give configure --with-odbc=/some/location?])
+ fi
+
+ AC_ARG_WITH(odbc-version,
+--- libodbc++-0.2.5.orig/src/datastream.h 2009-01-06 12:20:05.000000000 +0100
++++ libodbc++-0.2.5/src/datastream.h 2009-10-27 23:14:22.000000000 +0100
+@@ -35,7 +35,7 @@
+ #if defined(ODBCXX_QT)
+ # include <qiodevice.h>
+ #endif
+-
++#include <stdio.h>
+ namespace odbc {
+
+ #if !defined(ODBCXX_QT)
+--- libodbc++-0.2.5.orig/include/odbc++/resultset.h 2009-03-07 07:41:09.000000000 +0100
++++ libodbc++-0.2.5/include/odbc++/resultset.h 2009-10-27 23:07:54.000000000 +0100
+@@ -474,7 +474,7 @@
+ * @param idx The column index, starting at 1
+ * @param val The value to set
+ */
+- Guid ResultSet::getGuid(int idx);
++ Guid getGuid(int idx);
+ #endif
+ /** Sets the value of a column to an int
+ * @param idx The column index, starting at 1