SOURCES: qt4-ibase.patch (NEW) - workaround for unixODBC/Firebird ...

qboosh qboosh at pld-linux.org
Thu Aug 30 07:22:57 CEST 2007


Author: qboosh                       Date: Thu Aug 30 05:22:57 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- workaround for unixODBC/Firebird types conflict

---- Files affected:
SOURCES:
   qt4-ibase.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/qt4-ibase.patch
diff -u /dev/null SOURCES/qt4-ibase.patch:1.1
--- /dev/null	Thu Aug 30 07:22:57 2007
+++ SOURCES/qt4-ibase.patch	Thu Aug 30 07:22:52 2007
@@ -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"
================================================================


More information about the pld-cvs-commit mailing list