[97402] trunk/dports/www/webkit-gtk/files/tiger.patch

jeremyhu at macports.org jeremyhu at macports.org
Tue Sep 4 17:29:33 PDT 2012


Revision: 97402
          https://trac.macports.org/changeset/97402
Author:   jeremyhu at macports.org
Date:     2012-09-04 17:29:33 -0700 (Tue, 04 Sep 2012)
Log Message:
-----------
webkit-gtk: Squash a warning by re-ordering the include of Availability.h and AvailabilityMacros.h

Modified Paths:
--------------
    trunk/dports/www/webkit-gtk/files/tiger.patch

Modified: trunk/dports/www/webkit-gtk/files/tiger.patch
===================================================================
--- trunk/dports/www/webkit-gtk/files/tiger.patch	2012-09-04 23:45:00 UTC (rev 97401)
+++ trunk/dports/www/webkit-gtk/files/tiger.patch	2012-09-05 00:29:33 UTC (rev 97402)
@@ -1,13 +1,13 @@
 --- Source/JavaScriptCore/wtf/Platform.h.orig	2012-09-03 23:55:53.000000000 -0700
 +++ Source/JavaScriptCore/wtf/Platform.h	2012-09-03 23:59:14.000000000 -0700
-@@ -316,7 +316,10 @@
+@@ -316,7 +316,9 @@
  #ifdef __APPLE__
  #define WTF_OS_DARWIN 1
  
+-#include <Availability.h>
+ #include <AvailabilityMacros.h>
 +#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1060
- #include <Availability.h>
++#include <Availability.h>
 +#endif
-+
- #include <AvailabilityMacros.h>
  #include <TargetConditionals.h>
  #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120904/a37d1959/attachment-0001.html>


More information about the macports-changes mailing list