Ticket #46239: qca-cyrus-sasl.diff
File qca-cyrus-sasl.diff, 599 bytes (added by RJVB (René Bertin), 9 years ago) |
---|
-
devel/qca-cyrus-sasl/Portfile
old new 53 53 54 54 post-destroot { 55 55 # fix library path of installed library/ies 56 foreach fixfile [exec find ${destroot}${qt_ dir} -name "*.dylib" | \56 foreach fixfile [exec find ${destroot}${qt_plugins_dir} -name "*.dylib" | \ 57 57 sed -e "s@${destroot}@@g"] { 58 58 system "install_name_tool -id ${fixfile} ${destroot}${fixfile}" 59 59 }