[101953] trunk/dports/www/webkit-gtk/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Jan 22 08:26:22 PST 2013


Revision: 101953
          https://trac.macports.org/changeset/101953
Author:   jeremyhu at macports.org
Date:     2013-01-22 08:26:22 -0800 (Tue, 22 Jan 2013)
Log Message:
-----------
webkit-gtk: Fix Leopard SDK identity crisis (#37418)

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

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2013-01-22 16:08:24 UTC (rev 101952)
+++ trunk/dports/www/webkit-gtk/Portfile	2013-01-22 16:26:22 UTC (rev 101953)
@@ -235,6 +235,13 @@
         # https://trac.macports.org/ticket/35793
         configure.python          ${prefix}/bin/python2.7
     }
+
+    if {[string match "*10.5*" ${configure.sdkroot}] || 
+        (${os.major} == 9 && ${configure.sdkroot} == "")} {
+
+        # https://trac.macports.org/ticket/37418
+        cppflags-append -D__MAC_OS_X_VERSION_MAX_ALLOWED=1050
+    }
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130122/a817d2db/attachment.html>


More information about the macports-changes mailing list