[SCM] WebKit Debian packaging branch, debian/unstable, updated. 0+svn32442-1-1179-g54c2d36

Mike Hommey glandium at debian.org
Sun Jul 6 13:32:14 UTC 2008


The following commit has been merged in the debian/unstable branch:
commit af10a57b9cf950a3510ef39900d9d7f74e1d540d
Author: Mike Hommey <glandium at debian.org>
Date:   Sun Jul 6 12:15:55 2008 +0200

    Include stdio.h from AXObjectCacheAtk.cpp to avoid FTBFS
    
    Because of undefined printf, AXObjectCacheAtk.cpp fails to build.

diff --git a/WebCore/page/gtk/AXObjectCacheAtk.cpp b/WebCore/page/gtk/AXObjectCacheAtk.cpp
index 9728d1a..387be0d 100644
--- a/WebCore/page/gtk/AXObjectCacheAtk.cpp
+++ b/WebCore/page/gtk/AXObjectCacheAtk.cpp
@@ -26,6 +26,8 @@
 
 #include "CString.h"
 
+#include <stdio.h>
+
 namespace WebCore {
 
 void AXObjectCache::detachWrapper(AccessibilityObject* obj)
diff --git a/debian/changelog b/debian/changelog
index a1d9057..d9742b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ webkit (1.0.1-1) UNRELEASED; urgency=low
     warnings about alignment remain, but I don't know if they are a real
     problem yet.
   * debian/control: Added build dependency on libxt-dev.
+  * WebCore/page/gtk/AXObjectCacheAtk.cpp: Include stdio.h to avoid FTBFS
+    because of undefined printf.
 
  -- Mike Hommey <glandium at debian.org>  Sun, 06 Jul 2008 09:31:41 +0200
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list