Changes between Initial Version and Version 1 of Ticket #55302, comment 26


Ignore:
Timestamp:
Nov 20, 2017, 4:03:03 AM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55302, comment 26

    initial v1  
    99}}}
    1010
    11 I am not sure at present what happened that I can't build the libsanitizer there.
     11So, for the OP: open your libgcc portfile
     12{{{sudo vi `port file libgcc`}}} and paste the following near the other configure args
     13{{{
     14configure.args-append --disable-libsanitizer
     15}}}
     16and you should be good to go to build libgcc while we try figure out what happened that it's not building any more, at least on some systems.