[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:07:36 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 539a977a48d30153fe18ef57260f47f7b91b01cc
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Aug 15 23:47:58 2010 +0000

    [wx] Build fix, remove define always set to the correct value by wtf/Platform.h.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65384 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 7317946..c8ead7b 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-15  Kevin Ollivier  <kevino at theolliviers.com>
+
+        [wx] Build fix, remove define always set to the correct value by wtf/Platform.h.
+
+        * wx/build/settings.py:
+
 2010-08-14  Martin Robinson  <mrobinson at igalia.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebKitTools/wx/build/settings.py b/WebKitTools/wx/build/settings.py
index be43873..302beb6 100644
--- a/WebKitTools/wx/build/settings.py
+++ b/WebKitTools/wx/build/settings.py
@@ -180,7 +180,7 @@ os.environ['CREATE_HASH_TABLE'] = create_hash_table
 feature_defines = ['ENABLE_DATABASE', 'ENABLE_XSLT', 'ENABLE_JAVASCRIPT_DEBUGGER',
                     'ENABLE_SVG', 'ENABLE_SVG_USE', 'ENABLE_FILTERS', 'ENABLE_SVG_FONTS',
                     'ENABLE_SVG_ANIMATION', 'ENABLE_SVG_AS_IMAGE', 'ENABLE_SVG_FOREIGN_OBJECT',
-                    'ENABLE_JIT', 'ENABLE_EXECUTABLE_ALLOCATOR_DEMAND', 'BUILDING_%s' % build_port.upper()]
+                    'ENABLE_JIT', 'BUILDING_%s' % build_port.upper()]
 
 msvc_version = 'msvc2008'
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list