[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

laszlo.1.gombos at nokia.com laszlo.1.gombos at nokia.com
Thu Oct 29 20:37:56 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit be4310b3f58a863ae03576d3f9fcd794543314ab
Author: laszlo.1.gombos at nokia.com <laszlo.1.gombos at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 2 00:58:45 2009 +0000

    2009-10-01  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
    
            Unreviewed, build fix.
    
            [Qt] Symbian build break after r48976.
            unix is set for Symbian in the Qt build system.
    
            * WebKit.pri:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49007 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 1d9150b..cfc7c1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-10-01  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
+
+        Unreviewed, build fix.
+
+        [Qt] Symbian build break after r48976.
+        unix is set for Symbian in the Qt build system.
+
+        * WebKit.pri:
+
 2009-10-01  Zoltan Horvath  <zoltan at webkit.org>
 
         Reviewed by Simon Hausmann.
diff --git a/WebKit.pri b/WebKit.pri
index f5276b3..bcee12f 100644
--- a/WebKit.pri
+++ b/WebKit.pri
@@ -31,7 +31,7 @@ building-libs {
     DEPENDPATH += $$PWD/WebKit/qt/Api
 }
 
-!win32:!mac:!unix {
+!win32:!mac:!unix|symbian {
     DEFINES += USE_SYSTEM_MALLOC
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list