Ticket #46239: qca-ossl.diff

File qca-ossl.diff, 812 bytes (added by RJVB (René Bertin), 9 years ago)
  • /opt/local/site-ports/devel/qca-ossl/

    old new  
    66
    77name                qca-ossl
    88version             2.0.0-beta3
    9 revision            4
     9revision            5
    1010categories          devel crypto security
    1111license             LGPL-2.1+
    1212maintainers         michaelld openmaintainer
     
    6060
    6161post-destroot {
    6262    # fix library path of installed library/ies
    63     foreach fixfile [exec find ${destroot}${qt_dir} -name "*.dylib" | \
     63    foreach fixfile [exec find ${destroot}${qt_plugins_dir} -name "*.dylib" | \
    6464                         sed -e "s@${destroot}@@g"] {
    6565        system "install_name_tool -id ${fixfile} ${destroot}${fixfile}"
    6666    }