Changes between Initial Version and Version 1 of Ticket #62285, comment 2


Ignore:
Timestamp:
Feb 14, 2021, 5:28:13 AM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62285, comment 2

    initial v1  
    1 In fact it only uses `c++` to link the dylib, which is inexplicable since the project contains no C++ code that I can see. This happening because of a patch that we added shortly after the port was added; see https://trac.macports.org/ticket/15281. I'll try to fix it to link with `$(CC)` instead. At the same time, I'll try to fix it so that it uses MacPorts CFLAGS and LDFLAGS which it currently does not.
     1In fact it only uses `c++` to link the dylib, which is inexplicable since the project contains no C++ code that I can see. This happening because of a patch that we added shortly after the port was added; see #15281. I'll try to fix it to link with `$(CC)` instead. At the same time, I'll try to fix it so that it uses MacPorts CFLAGS and LDFLAGS which it currently does not.