]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- workaround for unixODBC/Firebird types conflict
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 30 Aug 2007 05:22:52 +0000 (05:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qt4-ibase.patch -> 1.1

qt4-ibase.patch [new file with mode: 0644]

diff --git a/qt4-ibase.patch b/qt4-ibase.patch
new file mode 100644 (file)
index 0000000..c8365b9
--- /dev/null
@@ -0,0 +1,13 @@
+--- qt-x11-opensource-src-4.3.1/src/sql/kernel/qsqldatabase.cpp.orig   2007-08-07 15:08:33.000000000 +0200
++++ qt-x11-opensource-src-4.3.1/src/sql/kernel/qsqldatabase.cpp        2007-08-29 17:28:40.473284033 +0200
+@@ -69,7 +69,10 @@
+ #include "../drivers/sqlite2/qsql_sqlite2.h"
+ #endif
+ #ifdef QT_SQL_IBASE
++/* workaround for ODBC/Firebird types conflict */
++#define SCHAR SCHAR_IBASE
+ #include "../drivers/ibase/qsql_ibase.h"
++#undef SCHAR
+ #endif
+ #include "qdebug.h"
This page took 0.094509 seconds and 4 git commands to generate.