Changes between Initial Version and Version 1 of Ticket #35770, comment 11


Ignore:
Timestamp:
Sep 19, 2012, 6:54:55 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35770, comment 11

    initial v1  
    22The symbolic link command
    33
     4{{{
    45    ln -s /usr/lib/libstdc++.6/dylib ${destroot}${prefix}/lib/${name}/libstdc++.6.dylib
     6}}}
    57
    6 found in Changeset 97657 (https://trac.macports.org/changeset/97657) may cause broken symlinks.
     8found in changeset:97657 may cause broken symlinks.
    79I think this should be the following (the fourth slash should be dot).
    810
     11{{{
    912    ln -s /usr/lib/libstdc++.6.dylib ${destroot}${prefix}/lib/${name}/libstdc++.6.dylib
     13}}}