Changes between Version 1 and Version 2 of Ticket #57198, comment 8


Ignore:
Timestamp:
Oct 13, 2018, 8:27:31 AM (6 years ago)
Author:
rlhamil
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57198, comment 8

    v1 v2  
    11cctools requires libunwind, and thus libunwind-headers.
    22More strictly, from the cctools Portfile,
    3 
     3{{{
    44if {![variant_isset xcode]} {
    55    depends_build       port:libunwind-headers
    66    variant universal conflicts xcode {}
    77}
    8 
     8}}}
    99Replying to [comment:3 miken32]:
    1010> Confirmed, and I don't even know why it was installed; it must have been a build dependency for something.