rev 7352 - in trunk/packages/kdewebdev/debian: . patches

Armin Berres trigger-guest at alioth.debian.org
Sat Oct 6 18:17:43 UTC 2007


Author: trigger-guest
Date: 2007-10-06 18:17:43 +0000 (Sat, 06 Oct 2007)
New Revision: 7352

Added:
   trunk/packages/kdewebdev/debian/patches/06_fix_gcc-4.3_build_failure.diff
Modified:
   trunk/packages/kdewebdev/debian/changelog
Log:
* Add patch to fix build failure with gcc-4.3. (Closes: #441547)


Modified: trunk/packages/kdewebdev/debian/changelog
===================================================================
--- trunk/packages/kdewebdev/debian/changelog	2007-10-06 17:20:00 UTC (rev 7351)
+++ trunk/packages/kdewebdev/debian/changelog	2007-10-06 18:17:43 UTC (rev 7352)
@@ -1,3 +1,11 @@
+kdewebdev (4:3.5.7-3) unstable; urgency=low
+
+  +++ Changes by Armin Berres:
+
+  * Add patch to fix build failure with gcc-4.3. (Closes: #441547)
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 06 Oct 2007 20:05:27 +0200
+
 kdewebdev (4:3.5.7-2) unstable; urgency=low
 
   +++ Changes by Sune Vuorela:

Added: trunk/packages/kdewebdev/debian/patches/06_fix_gcc-4.3_build_failure.diff
===================================================================
--- trunk/packages/kdewebdev/debian/patches/06_fix_gcc-4.3_build_failure.diff	                        (rev 0)
+++ trunk/packages/kdewebdev/debian/patches/06_fix_gcc-4.3_build_failure.diff	2007-10-06 18:17:43 UTC (rev 7352)
@@ -0,0 +1,23 @@
+--- ./kxsldbg/kxsldbgpart/libxsldbg/utils.h.orig
++++ ./kxsldbg/kxsldbgpart/libxsldbg/utils.h
+@@ -33,6 +33,8 @@
+ #include <libxml/xpath.h>
+ #endif
+ 
++#include <libxml/parserInternals.h>
++
+ #include "xsldbg.h"
+ 
+ #ifdef __cplusplus
+@@ -83,9 +85,10 @@
+  *
+  * [3] S ::= (#x20 | #x9 | #xD | #xA)+
+  */
++#ifndef IS_BLANK
+ #define IS_BLANK(c) (((c) == 0x20) || ((c) == 0x09) || ((c) == 0xA) ||	\
+                      ((c) == 0x0D))
+-
++#endif
+ 
+ 
+ 




More information about the pkg-kde-commits mailing list