diff options
author | Calvin Morrison <mutantturke@gmail.com> | 2011-11-19 14:00:39 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturke@gmail.com> | 2011-11-19 14:00:39 -0500 |
commit | 3e9b3291519b85c12d020b62768955a137ecdc1b (patch) | |
tree | 7bb31b3f621ec0a1ceab67605800c1392c16a815 /arch/master/trinity-qt3/qt-odbc.patch | |
parent | 9c4939172004cefafe10c375fe34876a600b33e3 (diff) | |
download | tde-packaging-3e9b3291519b85c12d020b62768955a137ecdc1b.tar.gz tde-packaging-3e9b3291519b85c12d020b62768955a137ecdc1b.zip |
removing the old master folder, which wont be used anymore
Diffstat (limited to 'arch/master/trinity-qt3/qt-odbc.patch')
-rw-r--r-- | arch/master/trinity-qt3/qt-odbc.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/master/trinity-qt3/qt-odbc.patch b/arch/master/trinity-qt3/qt-odbc.patch deleted file mode 100644 index 6f21e3cf1..000000000 --- a/arch/master/trinity-qt3/qt-odbc.patch +++ /dev/null @@ -1,19 +0,0 @@ -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 |