Title: [126985] trunk/Tools
Revision
126985
Author
commit-qu...@webkit.org
Date
2012-08-29 04:19:23 -0700 (Wed, 29 Aug 2012)

Log Message

Unreviewed, rolling out r120113.
http://trac.webkit.org/changeset/120113
https://bugs.webkit.org/show_bug.cgi?id=95320

Wrong fix for the problem, experimentally rolling it out for
bug 95237. (Requested by rakuco on #webkit).

Patch by Sheriff Bot <webkit.review....@gmail.com> on 2012-08-29

* efl/jhbuildrc:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (126984 => 126985)


--- trunk/Tools/ChangeLog	2012-08-29 11:16:48 UTC (rev 126984)
+++ trunk/Tools/ChangeLog	2012-08-29 11:19:23 UTC (rev 126985)
@@ -1,3 +1,14 @@
+2012-08-29  Sheriff Bot  <webkit.review....@gmail.com>
+
+        Unreviewed, rolling out r120113.
+        http://trac.webkit.org/changeset/120113
+        https://bugs.webkit.org/show_bug.cgi?id=95320
+
+        Wrong fix for the problem, experimentally rolling it out for
+        bug 95237. (Requested by rakuco on #webkit).
+
+        * efl/jhbuildrc:
+
 2012-08-29  Dominic Mazzoni  <dmazz...@google.com>
 
         AX: Canvas should have a distinct role

Modified: trunk/Tools/efl/jhbuildrc (126984 => 126985)


--- trunk/Tools/efl/jhbuildrc	2012-08-29 11:16:48 UTC (rev 126984)
+++ trunk/Tools/efl/jhbuildrc	2012-08-29 11:19:23 UTC (rev 126985)
@@ -61,10 +61,6 @@
 addpath('XDG_DATA_DIRS', '/usr/share')
 addpath('XDG_CONFIG_DIRS', '/etc/xdg')
 
-# Avoid overlapping search path CMAKE warning on 64bit systems.
-if (use_lib64):
-    addpath('CMAKE_PREFIX_PATH', os.path.join(os.sep, prefix, 'lib64'))
-else:
-    addpath('CMAKE_PREFIX_PATH', prefix)
+addpath('CMAKE_PREFIX_PATH', prefix)
 
 partial_build = False
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to