diff options
author | Pawel "l0ner" Soltys <pwslts@gmail.com> | 2012-01-30 16:44:24 +0100 |
---|---|---|
committer | Pawel "l0ner" Soltys <pwslts@gmail.com> | 2012-01-30 16:44:24 +0100 |
commit | 5764ac43c0868d3a543e14ecd59b41551cde59d3 (patch) | |
tree | 8446f42e27609752a3342e7a389ca47a956aea70 /arch/3.5.13/trinity-base/trinity-qt3 | |
parent | 6ba49b78839f7a5e1a0457d43fbf8d76d4fd29e0 (diff) | |
download | tde-packaging-5764ac43c0868d3a543e14ecd59b41551cde59d3.tar.gz tde-packaging-5764ac43c0868d3a543e14ecd59b41551cde59d3.zip |
global cleanups and hal PKGBUILD minor fixes
Diffstat (limited to 'arch/3.5.13/trinity-base/trinity-qt3')
-rw-r--r-- | arch/3.5.13/trinity-base/trinity-qt3/qt-odbc.patch | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/arch/3.5.13/trinity-base/trinity-qt3/qt-odbc.patch b/arch/3.5.13/trinity-base/trinity-qt3/qt-odbc.patch deleted file mode 100644 index 2fefa8155..000000000 --- a/arch/3.5.13/trinity-base/trinity-qt3/qt-odbc.patch +++ /dev/null @@ -1,64 +0,0 @@ -diff -u -r qt3/src/sql/drivers/odbc/qsql_odbc.cpp src/qt3/src/sql/drivers/odbc/qsql_odbc.cpp ---- qt3/src/sql/drivers/odbc/qsql_odbc.cpp 2011-10-30 19:55:58.000000000 +0100 -+++ src/qt3/src/sql/drivers/odbc/qsql_odbc.cpp 2012-01-13 01:24:59.000000000 +0100 -@@ -61,19 +61,18 @@ - #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 - #endif - -- - static const QSQLLEN COLNAMESIZE = 256; - //Map Qt parameter types to ODBC types - static const SQLSMALLINT qParamType[ 4 ] = { SQL_PARAM_INPUT, SQL_PARAM_INPUT, SQL_PARAM_OUTPUT, SQL_PARAM_INPUT_OUTPUT }; - -diff -u -r qt3/plugins/src/sqldrivers/odbc/odbc.pro src/qt3/plugins/src/sqldrivers/odbc/odbc.pro ---- qt3/plugins/src/sqldrivers/odbc/odbc.pro 2011-10-30 19:55:57.000000000 +0100 -+++ src/qt3/plugins/src/sqldrivers/odbc/odbc.pro 2012-01-13 01:39:11.000000000 +0100 -@@ -10,14 +10,14 @@ - - mac { - !contains( LIBS, .*odbc.* ) { -- LIBS *= -liodbc -+ LIBS *= -lodbc - } - } - - unix { - OBJECTS_DIR = .obj - !contains( LIBS, .*odbc.* ) { -- LIBS *= -liodbc -+ LIBS *= -lodbc - } - } - -diff -u -r qt3/src/sql/qt_sql.pri src/qt3/src/sql/qt_sql.pri ---- qt3/src/sql/qt_sql.pri 2011-10-30 19:55:58.000000000 +0100 -+++ src/qt3/src/sql/qt_sql.pri 2012-01-13 01:39:31.000000000 +0100 -@@ -110,13 +110,13 @@ - - mac { - !contains( LIBS, .*odbc.* ) { -- LIBS *= -liodbc -+ LIBS *= -lodbc - } - } - - unix { - !contains( LIBS, .*odbc.* ) { -- LIBS *= -liodbc -+ LIBS *= -lodbc - } - } |