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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57198, comment 8

    initial v1  
    11cctools requires libunwind, and thus libunwind-headers.
     2More strictly, from the cctools Portfile,
     3
     4if {![variant_isset xcode]} {
     5    depends_build       port:libunwind-headers
     6    variant universal conflicts xcode {}
     7}
    28
    39Replying to [comment:3 miken32]: