[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Wed Apr 7 23:22:32 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit a38950f217e96c87e48f44e4d5cf220ed4fcaf65
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 4 18:21:18 2009 +0000

    2009-11-04  Mark Mentovai  <mark at chromium.org>
    
            Reviewed by Eric Seidel.
    
            Remove BUILDING_ON_LEOPARD from JavaScriptCore.gyp.  This is supposed
            to be set as needed only in wtf/Platform.h.
    
            * JavaScriptCore.gyp/JavaScriptCore.gyp:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50517 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 2ae868b..6971551 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2009-11-04  Mark Mentovai  <mark at chromium.org>
+
+        Reviewed by Eric Seidel.
+
+        Remove BUILDING_ON_LEOPARD from JavaScriptCore.gyp.  This is supposed
+        to be set as needed only in wtf/Platform.h.
+
+        * JavaScriptCore.gyp/JavaScriptCore.gyp:
+
 2009-11-02  Oliver Hunt  <oliver at apple.com>
 
         Reviewed by Gavin Barraclough.
diff --git a/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp b/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp
index cfad3cf..3f6fe89 100644
--- a/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp
+++ b/JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp
@@ -80,10 +80,6 @@
           }],
           ['OS=="mac"', {
             'defines': [
-              # Ensure that only Leopard features are used when doing the
-              # Mac build.
-              'BUILDING_ON_LEOPARD',
-
               # Use USE_NEW_THEME on Mac.
               'WTF_USE_NEW_THEME=1',
             ],

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list