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)

0006-Fix-universal-SDK-location-python-s-configure-wants.patch

  • Portfile

    diff --git a/Portfile b/Portfile
    index 544315a..3f34bc9 100644
    a b PortSystem 1.0 
    44
    55name                    python26
    66version                 2.6
    7 revision                1
     7revision                2
    88set major               [lindex [split $version .] 0]
    99set branch              [join [lrange [split ${version} .] 0 1] .]
    1010categories              lang
    platform darwin 9 { 
    136136}
    137137
    138138variant universal {
    139    configure.args-append   --enable-universalsdk
     139   configure.args-append   --enable-universalsdk=${configure.universal_sysroot}
    140140}
    141141
    142142livecheck.check         regex