Ticket #16765: 0006-Fix-universal-SDK-location-python-s-configure-wants.patch
File 0006-Fix-universal-SDK-location-python-s-configure-wants.patch, 629 bytes (added by blb@…, 16 years ago) |
---|
-
Portfile
diff --git a/Portfile b/Portfile index 544315a..3f34bc9 100644
a b PortSystem 1.0 4 4 5 5 name python26 6 6 version 2.6 7 revision 17 revision 2 8 8 set major [lindex [split $version .] 0] 9 9 set branch [join [lrange [split ${version} .] 0 1] .] 10 10 categories lang … … platform darwin 9 { 136 136 } 137 137 138 138 variant universal { 139 configure.args-append --enable-universalsdk 139 configure.args-append --enable-universalsdk=${configure.universal_sysroot} 140 140 } 141 141 142 142 livecheck.check regex