Changes between Initial Version and Version 1 of Ticket #65908, comment 19
- Timestamp:
- Nov 7, 2022, 12:50:48 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65908, comment 19
initial v1 1 clang-6 fixes it because I changed the stdlib default in clang-5+ to match the MacPorts cxx_stdlib setting, therefore the defaults help. gcc6 won't fix this on Intel systems set up to build for libc++.1 clang-6 fixes it for some because I changed the stdlib default in clang-5+ to match the MacPorts cxx_stdlib setting, therefore the defaults help. gcc6 won't fix this on Intel systems set up to build for libc++. 2 2 3 3 Just have to get those build flags MacPorts' sets onto the build lines again... eg <https://github.com/macports/macports-ports/commit/536ead384df3ad8539bde8d02082a0aa5edf55be>