Ticket #46239: qca-ossl.diff
File qca-ossl.diff, 812 bytes (added by RJVB (René Bertin), 10 years ago) |
---|
-
/opt/local/site-ports/devel/qca-ossl/
old new 6 6 7 7 name qca-ossl 8 8 version 2.0.0-beta3 9 revision 49 revision 5 10 10 categories devel crypto security 11 11 license LGPL-2.1+ 12 12 maintainers michaelld openmaintainer … … 60 60 61 61 post-destroot { 62 62 # 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" | \ 64 64 sed -e "s@${destroot}@@g"] { 65 65 system "install_name_tool -id ${fixfile} ${destroot}${fixfile}" 66 66 }