Ticket #33454: error-out-xcodeversion.patch

File error-out-xcodeversion.patch, 353 bytes (added by neverpanic (Clemens Lang), 12 years ago)

Patch against the libvpx Portfile, printing the value of $xcodeversion as error message.

  • Portfile

     
    3030                patch-configure.diff
    3131
    3232post-patch {
     33    error "Version: $xcodeversion"
    3334    if {[vercmp $xcodeversion 4.3] < 0} {
    3435        set sdks_dir "${developer_dir}/SDKs"
    3536    } else {