From 9763eb1822a7e4e9220c2cd006b73c25af53f4f5 Mon Sep 17 00:00:00 2001 From: albator Date: Sun, 4 Sep 2011 16:45:16 +0200 Subject: Initial QT3 build for RHEL 6 Based on original RHEL 6 qt3 3.3.8b RPM. --- redhat/dependencies/qt3/qt-x11-free-3.3.8-odbc.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 redhat/dependencies/qt3/qt-x11-free-3.3.8-odbc.patch (limited to 'redhat/dependencies/qt3/qt-x11-free-3.3.8-odbc.patch') diff --git a/redhat/dependencies/qt3/qt-x11-free-3.3.8-odbc.patch b/redhat/dependencies/qt3/qt-x11-free-3.3.8-odbc.patch new file mode 100644 index 000000000..6f21e3cf1 --- /dev/null +++ b/redhat/dependencies/qt3/qt-x11-free-3.3.8-odbc.patch @@ -0,0 +1,19 @@ +diff -up qt-x11-free-3.3.8/src/sql/drivers/odbc/qsql_odbc.cpp.orig qt-x11-free-3.3.8/src/sql/drivers/odbc/qsql_odbc.cpp +--- qt-x11-free-3.3.8/src/sql/drivers/odbc/qsql_odbc.cpp.orig 2009-02-24 11:32:27.000000000 +0100 ++++ qt-x11-free-3.3.8/src/sql/drivers/odbc/qsql_odbc.cpp 2009-02-24 11:33:43.000000000 +0100 +@@ -57,13 +57,13 @@ + #endif + + // newer platform SDKs use SQLLEN instead of SQLINTEGER +-#ifdef SQLLEN ++#if defined(SQLLEN) || defined(Q_OS_WIN64) || defined(Q_OS_UNIX) + # define QSQLLEN SQLLEN + #else + # define QSQLLEN SQLINTEGER + #endif + +-#ifdef SQLULEN ++#if defined(SQLULEN) || defined(Q_OS_WIN64) || defined(Q_OS_UNIX) + # define QSQLULEN SQLULEN + #else + # define QSQLULEN SQLUINTEGER -- cgit v1.2.1