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


Ignore:
Timestamp:
Oct 3, 2023, 8:45:42 PM (12 months ago)
Author:
cjones051073 (Chris Jones)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68345, comment 2

    initial v1  
    11The warning is valid, as the stdlib option only relates to C++ code , where as above it is being passed to clang (not clang++) which is the C compiler.
    22
    3 The bug is in the portfile, at the line you link above, as the option is being incorrectly appended to the ldflags, whereas it should instead be appended to the cxxflags.
     3The bug is in the portfile, at the line you link above, as the option is being incorrectly appended to the ldflags, whereas it should instead be appended to the cxxflags, which anyway should be done by default, so I question why this block was added at all ?.