[43844] trunk/dports/lang/python25/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Dec 15 13:53:47 PST 2008


Revision: 43844
          http://trac.macports.org/changeset/43844
Author:   jeremyhu at macports.org
Date:     2008-12-15 13:53:47 -0800 (Mon, 15 Dec 2008)
Log Message:
-----------
python25: Use the right SDK when building universal on Leopard.

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

Modified: trunk/dports/lang/python25/Portfile
===================================================================
--- trunk/dports/lang/python25/Portfile	2008-12-15 21:52:56 UTC (rev 43843)
+++ trunk/dports/lang/python25/Portfile	2008-12-15 21:53:47 UTC (rev 43844)
@@ -139,7 +139,7 @@
 }
 
 variant universal {
-        configure.args-append           --enable-universalsdk
+   configure.args-append           --enable-universalsdk=${universal_sysroot}
 }
 
 livecheck.check         regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081215/293fe001/attachment.html>


More information about the macports-changes mailing list