[97346] trunk/dports/www/webkit-gtk

jeremyhu at macports.org jeremyhu at macports.org
Tue Sep 4 00:00:28 PDT 2012


Revision: 97346
          https://trac.macports.org/changeset/97346
Author:   jeremyhu at macports.org
Date:     2012-09-04 00:00:27 -0700 (Tue, 04 Sep 2012)
Log Message:
-----------
webkit-gtk: Build fix for Tiger, #35923

Modified Paths:
--------------
    trunk/dports/www/webkit-gtk/Portfile

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

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2012-09-04 06:52:14 UTC (rev 97345)
+++ trunk/dports/www/webkit-gtk/Portfile	2012-09-04 07:00:27 UTC (rev 97346)
@@ -43,13 +43,15 @@
 # xrender-check.patch: https://bugs.webkit.org/show_bug.cgi?id=84095
 # quartz.patch: https://bugs.webkit.org/show_bug.cgi?id=84423
 # bison-2.6.patch: No upstream bug (?)
+# tiger.patch: No upstream bug, http://trac.macports.org/ticket/35923
 
 patchfiles \
         case-insensitive.patch \
         our-icu.patch \
         xrender-check.patch \
         quartz.patch \
-        bison-2.6.patch
+        bison-2.6.patch \
+        tiger.patch
 
 configure.args	\
         --with-gtk=2.0 \

Added: trunk/dports/www/webkit-gtk/files/tiger.patch
===================================================================
--- trunk/dports/www/webkit-gtk/files/tiger.patch	                        (rev 0)
+++ trunk/dports/www/webkit-gtk/files/tiger.patch	2012-09-04 07:00:27 UTC (rev 97346)
@@ -0,0 +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 @@
+ #ifdef __APPLE__
+ #define WTF_OS_DARWIN 1
+ 
++#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1060
+ #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/f98dc9bd/attachment.html>


More information about the macports-changes mailing list