Ticket #49143: qwt60-Portfile.patch

File qwt60-Portfile.patch, 473 bytes (added by BSeppke (Benjamin Seppke), 8 years ago)

Correct (not inverted) patch file

  • Portfile

    old new  
    189189
    190190    if {[file exists ${destroot}${qt_frameworks_dir}/qwt.framework/qwt]} {
    191191
     192        file mkdir ${destroot}${qt_includes_dir}
     193        file mkdir ${destroot}${qt_libs_dir}
     194
    192195        global qwt_major, qwt_minor, qwt_patch
    193196        foreach fixfile [exec find ${destroot}${qt_frameworks_dir} \
    194197                             -name "*.framework" | \