comparison src/libodbc++-1-win32.patch @ 972:e5d55b815b89

improved naming of patch files
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 14 May 2010 19:59:46 +0200
parents
children f653602a0500
comparison
equal deleted inserted replaced
971:d22c7eaea312 972:e5d55b815b89
1 This file is part of mingw-cross-env.
2 See doc/index.html for further information.
3
4 --- libodbc++-0.2.5.orig/configure.ac 2009-08-20 23:39:08.000000000 +0200
5 +++ libodbc++-0.2.5/configure.ac 2010-02-04 22:40:32.000000000 +0100
6 @@ -118,7 +118,7 @@
7 if test "x$iodbc_ok" != "xyes" &&
8 test "x$odbc_ok" != "xyes"
9 then
10 - AC_MSG_ERROR([No ODBC driver manager configured. Pperhaps you need to give configure --with-odbc=/some/location?])
11 + AC_MSG_WARN([No ODBC driver manager configured. Pperhaps you need to give configure --with-odbc=/some/location?])
12 fi
13
14 AC_ARG_WITH(odbc-version,
15 --- libodbc++-0.2.5.orig/src/datastream.h 2009-01-06 12:20:05.000000000 +0100
16 +++ libodbc++-0.2.5/src/datastream.h 2009-10-27 23:14:22.000000000 +0100
17 @@ -35,7 +35,7 @@
18 #if defined(ODBCXX_QT)
19 # include <qiodevice.h>
20 #endif
21 -
22 +#include <stdio.h>
23 namespace odbc {
24
25 #if !defined(ODBCXX_QT)
26 --- libodbc++-0.2.5.orig/include/odbc++/resultset.h 2009-03-07 07:41:09.000000000 +0100
27 +++ libodbc++-0.2.5/include/odbc++/resultset.h 2009-10-27 23:07:54.000000000 +0100
28 @@ -474,7 +474,7 @@
29 * @param idx The column index, starting at 1
30 * @param val The value to set
31 */
32 - Guid ResultSet::getGuid(int idx);
33 + Guid getGuid(int idx);
34 #endif
35 /** Sets the value of a column to an int
36 * @param idx The column index, starting at 1