rev 12635 - in trunk/packages/kdevelop/debian: . patches

Jeremy Lainé sharky at alioth.debian.org
Fri Nov 14 14:27:06 UTC 2008


Author: sharky
Date: 2008-11-14 14:27:06 +0000 (Fri, 14 Nov 2008)
New Revision: 12635

Added:
   trunk/packages/kdevelop/debian/patches/02_antlr_gcc4.4.diff
Modified:
   trunk/packages/kdevelop/debian/changelog
Log:
apply patch for GCC 4.4 FTBFS


Modified: trunk/packages/kdevelop/debian/changelog
===================================================================
--- trunk/packages/kdevelop/debian/changelog	2008-11-13 20:39:21 UTC (rev 12634)
+++ trunk/packages/kdevelop/debian/changelog	2008-11-14 14:27:06 UTC (rev 12635)
@@ -1,3 +1,9 @@
+kdevelop (4:3.5.3-2) UNRELEASED; urgency=low
+
+  * Apply patch from Martin Michlmayr for GCC 4.4 FTBFS (Closes: #505615).
+
+ -- Jeremy Lainé <jeremy.laine at m4x.org>  Fri, 14 Nov 2008 15:25:54 +0100
+
 kdevelop (4:3.5.3-1) unstable; urgency=low
 
   * New upstream release.

Added: trunk/packages/kdevelop/debian/patches/02_antlr_gcc4.4.diff
===================================================================
--- trunk/packages/kdevelop/debian/patches/02_antlr_gcc4.4.diff	                        (rev 0)
+++ trunk/packages/kdevelop/debian/patches/02_antlr_gcc4.4.diff	2008-11-14 14:27:06 UTC (rev 12635)
@@ -0,0 +1,11 @@
+diff -urN kdevelop-3.5.3/lib/antlr/antlr/CharScanner.hpp kdevelop-3.5.3.patched/lib/antlr/antlr/CharScanner.hpp
+--- kdevelop-3.5.3/lib/antlr/antlr/CharScanner.hpp	2007-10-08 11:50:00.000000000 +0200
++++ kdevelop-3.5.3.patched/lib/antlr/antlr/CharScanner.hpp	2008-11-14 15:24:34.000000000 +0100
+@@ -17,6 +17,7 @@
+ #else
+ #include <cctype>
+ #endif
++#include <cstdio>
+ #include <cstring>
+ 
+ #if ( _MSC_VER == 1200 )




More information about the pkg-kde-commits mailing list