Ticket #46642: apple-gcc42.revised.patch

File apple-gcc42.revised.patch, 535 bytes (added by snipsnipsnip@…, 9 years ago)

Portfile patch (revised)

  • Portfile

    old new  
    255255    if {[file exists ${developer_dir}/SDKs/MacOSX10.3.9.sdk] ||
    256256            [file exists ${developer_dir}/SDKs/MacOSX10.4u.sdk] ||
    257257            [file exists ${developer_dir}/SDKs/MacOSX10.5.sdk] ||
    258258            ${build_arch} eq "ppc"} {
    259259        lappend build_targets ppc
     260        build.args-append \
     261            CoreOSMakefiles="/Developer/Makefiles/CoreOS"
    260262    }
    261263}
    262264
    263265# TODO: arm?