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

jeremyhu at macports.org jeremyhu at macports.org
Wed Jan 30 09:50:08 PST 2013


Revision: 102314
          https://trac.macports.org/changeset/102314
Author:   jeremyhu at macports.org
Date:     2013-01-30 09:50:08 -0800 (Wed, 30 Jan 2013)
Log Message:
-----------
webkit-gtk: Define __MAC_OS_X_VERSION_MIN_REQUIRED sice Availability.h isn't available on tiger (#37828)

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

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2013-01-30 17:44:03 UTC (rev 102313)
+++ trunk/dports/www/webkit-gtk/Portfile	2013-01-30 17:50:08 UTC (rev 102314)
@@ -245,6 +245,13 @@
         # https://trac.macports.org/ticket/37418
         configure.cppflags-append -D__MAC_OS_X_VERSION_MAX_ALLOWED=1050
     }
+
+    if {$macosx_deployment_target == "10.4" ||
+        (${os.major} == 8 && $macosx_deployment_target == "")} {
+
+        # https://trac.macports.org/ticket/37828
+        configure.cppflags-append -D__MAC_OS_X_VERSION_MIN_REQUIRED=1040
+    }
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130130/01a06550/attachment.html>


More information about the macports-changes mailing list