rev 7230 - trunk/packages/qt-x11-free/debian/patches

Sune Vuorela pusling-guest at alioth.debian.org
Mon Sep 17 10:06:23 UTC 2007


Author: pusling-guest
Date: 2007-09-17 10:06:23 +0000 (Mon, 17 Sep 2007)
New Revision: 7230

Added:
   trunk/packages/qt-x11-free/debian/patches/70_bad_typecast_amd64.dpatch
Log:
looks like this patch existing in -7 was never committed


Added: trunk/packages/qt-x11-free/debian/patches/70_bad_typecast_amd64.dpatch
===================================================================
--- trunk/packages/qt-x11-free/debian/patches/70_bad_typecast_amd64.dpatch	                        (rev 0)
+++ trunk/packages/qt-x11-free/debian/patches/70_bad_typecast_amd64.dpatch	2007-09-17 10:06:23 UTC (rev 7230)
@@ -0,0 +1,17 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 70_bad_typecast_amd64.dpatch by 
+## Damyan Ivanov <dmn at debian.org>
+##
+
+ at DPATCH@
+--- qt-x11-free-3.3.7.orig/src/sql/drivers/ibase/qsql_ibase.cpp
++++ qt-x11-free-3.3.7/src/sql/drivers/ibase/qsql_ibase.cpp
+@@ -767,7 +767,7 @@
+     : QSqlDriver(parent, name ? name : QIBASE_DRIVER_NAME)
+ {
+     d = new QIBaseDriverPrivate(this);
+-    d->ibase = (isc_db_handle)connection;
++    d->ibase = (isc_db_handle)(long int)connection;
+     setOpen(TRUE);
+     setOpenError(FALSE);
+ }
\ No newline at end of file


Property changes on: trunk/packages/qt-x11-free/debian/patches/70_bad_typecast_amd64.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kde-commits mailing list