[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

kevino at webkit.org kevino at webkit.org
Wed Dec 22 12:09:51 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 49cc34ac19c0ad897285a2c78ab46cdcd6948c70
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 16 16:06:10 2010 +0000

    [wx] Build fix for non-Win ports on Windows.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65429 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index a86bda7..cba90c2 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-16  Kevin Ollivier  <kevino at theolliviers.com>
+
+        [wx] Build fix for non-Win ports on Windows.
+
+        * platform/graphics/WOFFFileFormat.cpp:
+
 2010-08-16  Adam Langley  <agl at chromium.org>
 
         Reviewed by Tony Chang.
diff --git a/WebCore/platform/graphics/WOFFFileFormat.cpp b/WebCore/platform/graphics/WOFFFileFormat.cpp
index 9b32add..3672eb9 100644
--- a/WebCore/platform/graphics/WOFFFileFormat.cpp
+++ b/WebCore/platform/graphics/WOFFFileFormat.cpp
@@ -31,7 +31,9 @@
 #include "SharedBuffer.h"
 
 #if !PLATFORM(WIN)
+#if PLATFORM(UNIX)
 #include <netinet/in.h>
+#endif
 #include <zlib.h>
 #if PLATFORM(BREWMP)
 #include <AEEStdLib.h>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list