Title: [92801] trunk
Revision
92801
Author
[email protected]
Date
2011-08-10 16:19:30 -0700 (Wed, 10 Aug 2011)

Log Message

[wx] Unreviewed build fix. Do not build LocaleToScriptMappingICU.cpp for now as ICU on Leopard is too old to build this.

Modified Paths

Diff

Modified: trunk/ChangeLog (92800 => 92801)


--- trunk/ChangeLog	2011-08-10 23:16:15 UTC (rev 92800)
+++ trunk/ChangeLog	2011-08-10 23:19:30 UTC (rev 92801)
@@ -1,3 +1,10 @@
+2011-08-10  Kevin Ollivier  <[email protected]>
+
+        [wx] Unreviewed build fix. Do not build LocaleToScriptMappingICU.cpp for now
+        as ICU on Leopard is too old to build this.
+        
+        * wscript:
+
 2011-08-08  Adrienne Walker  <[email protected]>
 
         Add testing for --force-compositing-mode to windows.internal

Modified: trunk/wscript (92800 => 92801)


--- trunk/wscript	2011-08-10 23:16:15 UTC (rev 92800)
+++ trunk/wscript	2011-08-10 23:19:30 UTC (rev 92801)
@@ -313,8 +313,9 @@
         excludes.append('WebDOMScriptProfileNode.cpp')
         excludes.append('WebNativeEventListener.cpp')
         
-        # This file appears not to build with older versions of ICU
+        # These files appear not to build with older versions of ICU
         excludes.append('LocalizedNumberICU.cpp')
+        excludes.append('LocaleToScriptMappingICU.cpp')
         
         if building_on_win32:
             excludes.append('SharedTimerWx.cpp')
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to