Title: [101434] trunk
Revision
101434
Author
kev...@webkit.org
Date
2011-11-29 16:45:37 -0800 (Tue, 29 Nov 2011)

Log Message

[wx] Unreviewed build fix for Leopard compilation.

Modified Paths


Diff

Modified: trunk/ChangeLog (101433 => 101434)


--- trunk/ChangeLog	2011-11-30 00:38:05 UTC (rev 101433)
+++ trunk/ChangeLog	2011-11-30 00:45:37 UTC (rev 101434)
@@ -1,3 +1,9 @@
+2011-11-29  Kevin Ollivier  <kev...@theolliviers.com>
+
+        [wx] Unreviewed build fix for Leopard compilation.
+
+        * wscript:
+
 2011-11-29  Philippe Normand  <pnorm...@igalia.com>
 
         [GTK] hide WebAudio build option until support for FFTW is removed

Modified: trunk/wscript (101433 => 101434)


--- trunk/wscript	2011-11-30 00:38:05 UTC (rev 101433)
+++ trunk/wscript	2011-11-30 00:45:37 UTC (rev 101434)
@@ -177,7 +177,6 @@
         elif sys.platform.startswith('darwin'):
             webcore_dirs.append('Source/WebCore/plugins/mac')
             webcore_dirs.append('Source/WebCore/platform/wx/wxcode/mac/carbon')
-            webcore_dirs.append('Source/WebCore/platform/mac')
             webcore_dirs.append('Source/WebCore/platform/text/mac')
             webcore_sources['wx-mac'] = [
                    'Source/WebCore/platform/mac/PurgeableBufferMac.cpp',
@@ -354,7 +353,7 @@
         excludes.append('HyphenationCF.cpp')
         
         if sys.platform.startswith('darwin'):
-            webcore.includes += ' Source/WebKit/mac/WebCoreSupport WebCore/platform/mac'
+            webcore.includes += ' Source/WebKit/mac/WebCoreSupport Source/WebCore/platform/mac'
             webcore.source += ' Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm'
             
         if building_on_win32:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to