New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79643


Ignore:
Timestamp:
06/21/11 22:56:36 (4 years ago)
Author:
jeremyhu@…
Message:

wine-crossover-games: Also fix linking of dll.sos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/wine-crossover-games/Portfile

    r79642 r79643  
    191191    system "install_name_tool -change @executable_path/../lib/libwine.1.dylib @executable_path/../../lib/libwine.1.dylib ${destroot}${prefix}/libexec/wine/wine" 
    192192 
     193    foreach dll [glob ${destroot}${prefix}/lib/wine/*.so] { 
     194        system "install_name_tool -change @executable_path/../lib/libwine.1.dylib @loader_path/../libwine.1.dylib ${dll}" 
     195    } 
     196 
    193197    xinstall ${filespath}/wine.in ${destroot}${prefix}/bin/wine 
    194198    reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine 
Note: See TracChangeset for help on using the changeset viewer.