[69537] trunk/dports/lang/python26/Portfile

jmr at macports.org jmr at macports.org
Fri Jul 9 04:13:40 PDT 2010


Revision: 69537
          http://trac.macports.org/changeset/69537
Author:   jmr at macports.org
Date:     2010-07-09 04:13:39 -0700 (Fri, 09 Jul 2010)
Log Message:
-----------
python26: use configure.sdkroot

Modified Paths:
--------------
    trunk/dports/lang/python26/Portfile

Modified: trunk/dports/lang/python26/Portfile
===================================================================
--- trunk/dports/lang/python26/Portfile	2010-07-09 07:06:07 UTC (rev 69536)
+++ trunk/dports/lang/python26/Portfile	2010-07-09 11:13:39 UTC (rev 69537)
@@ -157,8 +157,8 @@
             ${worksrcpath}/configure
       }
    }
-   if {${macosx_version} == "10.4" && ${os.arch} == "powerpc"} {
-      configure.args-append   --enable-universalsdk=${developer_dir}/SDKs/MacOSX10.4u.sdk
+   if {${configure.sdkroot} != ""} {
+      configure.args-append   --enable-universalsdk=${configure.sdkroot}
    } else {
       configure.args-append   --enable-universalsdk=/
    }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100709/8c1780ff/attachment.html>


More information about the macports-changes mailing list