Ticket #47410: Portfile.diff

File Portfile.diff, 549 bytes (added by howarth.at.macports@…, 9 years ago)

fix for https://llvm.org/bugs/show_bug.cgi?id=22046

  • Portfile

    old new  
    107107                    OTOOL64=${prefix}/bin/otool
    108108
    109109pre-configure {
     110    # work around https://llvm.org/bugs/show_bug.cgi?id=22046
     111    if {[vercmp ${xcodeversion} 6.3] >= 0} {
     112        configure.args-append --with-build-config=bootstrap-debug
     113    }
    110114    configure.args-append --with-pkgversion="MacPorts ${name} ${version}_${revision}${portvariants}"
    111115
    112116    # TODO: Remove when base automatically creates configure.dir (2.2.1?).