rev 18848 - in trunk/packages/qt-x11-free/debian: . patches

Pino Toscano pino-guest at alioth.debian.org
Tue May 3 09:07:30 UTC 2011


Author: pino-guest
Date: 2011-05-03 09:07:25 +0000 (Tue, 03 May 2011)
New Revision: 18848

Added:
   trunk/packages/qt-x11-free/debian/patches/74_gcc-4.6_ptrdiff_t.diff
Modified:
   trunk/packages/qt-x11-free/debian/changelog
   trunk/packages/qt-x11-free/debian/patches/series
Log:
add missing #include for ptrdiff_t, needed with GCC 4.6 (#594436)


Modified: trunk/packages/qt-x11-free/debian/changelog
===================================================================
--- trunk/packages/qt-x11-free/debian/changelog	2011-05-03 08:21:25 UTC (rev 18847)
+++ trunk/packages/qt-x11-free/debian/changelog	2011-05-03 09:07:25 UTC (rev 18848)
@@ -1,5 +1,8 @@
 qt-x11-free (3:3.3.8b-8) UNRELEASED; urgency=low
 
+  [ Pino Toscano ]
+  * Add missing #include for ptrdiff_t, needed with GCC 4.6.
+    Thanks Jonathan Riddell for the patch. (Closes: #594436)
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 03 May 2011 10:20:56 +0200
 

Added: trunk/packages/qt-x11-free/debian/patches/74_gcc-4.6_ptrdiff_t.diff
===================================================================
--- trunk/packages/qt-x11-free/debian/patches/74_gcc-4.6_ptrdiff_t.diff	                        (rev 0)
+++ trunk/packages/qt-x11-free/debian/patches/74_gcc-4.6_ptrdiff_t.diff	2011-05-03 09:07:25 UTC (rev 18848)
@@ -0,0 +1,26 @@
+Author: Jonathan Riddell <jriddell at ubuntu.com>
+Last-Update: 2011-01-27
+Origin: vendor
+Forwarded: no
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594436
+
+--- a/src/tools/qvaluelist.h
++++ b/src/tools/qvaluelist.h
+@@ -50,6 +50,7 @@
+ #ifndef QT_NO_STL
+ #include <iterator>
+ #include <list>
++#include <cstddef>
+ #endif
+ 
+ //#define QT_CHECK_VALUELIST_RANGE
+--- a/src/tools/qmap.h
++++ b/src/tools/qmap.h
+@@ -52,6 +52,7 @@
+ #ifndef QT_NO_STL
+ #include <iterator>
+ #include <map>
++#include <cstddef>
+ #endif
+ 
+ //#define QT_CHECK_MAP_RANGE

Modified: trunk/packages/qt-x11-free/debian/patches/series
===================================================================
--- trunk/packages/qt-x11-free/debian/patches/series	2011-05-03 08:21:25 UTC (rev 18847)
+++ trunk/packages/qt-x11-free/debian/patches/series	2011-05-03 09:07:25 UTC (rev 18848)
@@ -55,5 +55,6 @@
 71_sparc_only_-O1.diff
 72_dont_trust_uname-m_use_dpkg-arch_instead.diff
 73_configure_quilt_compat.diff
+74_gcc-4.6_ptrdiff_t.diff
 90_armeabi.diff
 




More information about the pkg-kde-commits mailing list