[97617] trunk/dports/x11/tk/Portfile

jmr at macports.org jmr at macports.org
Sun Sep 9 17:07:47 PDT 2012


Revision: 97617
          https://trac.macports.org/changeset/97617
Author:   jmr at macports.org
Date:     2012-09-09 17:07:45 -0700 (Sun, 09 Sep 2012)
Log Message:
-----------
tk: use 10.6 SDK so QuickDraw headers are available when building with +quartz on 10.7 (#32329)

Modified Paths:
--------------
    trunk/dports/x11/tk/Portfile

Modified: trunk/dports/x11/tk/Portfile
===================================================================
--- trunk/dports/x11/tk/Portfile	2012-09-09 23:50:44 UTC (rev 97616)
+++ trunk/dports/x11/tk/Portfile	2012-09-10 00:07:45 UTC (rev 97617)
@@ -18,6 +18,10 @@
 # tk/aqua can't build 64-bit, ticket #20799
 if {[variant_isset quartz]} {
     supported_archs i386 ppc
+    # Lion has no QuickDraw headers outside the 10.6 SDK, ticket #32329
+    if {${os.major} >= 11} {
+        macosx_deployment_target    10.6
+    }
 }
 
 master_sites    sourceforge:tcl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120909/bc5bd319/attachment.html>


More information about the macports-changes mailing list