Ticket #24238: yajl-Portfile-install_name_tool.patch

File yajl-Portfile-install_name_tool.patch, 354 bytes (added by endgame.dos@…, 14 years ago)

Patch Portfile to call install_name_tool to fix libyajl.1.dylib

  • devel/yajl/Portfile

    old new  
    1919
    2020depends_build       port:cmake
    2121
     22post-destroot       {
     23    system "install_name_tool -id ${prefix}/lib/libyajl.1.dylib ${destroot}${prefix}/lib/libyajl.1.dylib"
     24}
     25
    2226use_parallel_build  no