Changes between Initial Version and Version 1 of Ticket #53634, comment 7
- Timestamp:
- May 10, 2017, 6:08:29 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53634, comment 7
initial v1 1 More I think about how this works, the more it seem s a better idea to add1 More I think about how this works, the more it seemed easier to add 2 2 {{{ 3 3 configure.cxxflags-append -std=c++11 4 4 }}} 5 5 6 in the right place in the cxx11 1.1 portgroup file rather than try to outsmart clang.6 in the right place in the cxx11 1.1 portgroup. 7 7 8 Should also cover the option where the person has actually set `configure.cxx_stdlib macports-libstdc++` in macports.conf. 9 10 and also not whitelist clang-4.0 on PPC, so solve a couple of tickets recently. 8 Of course, this does not actually fix the issue that Mojca pointed out initially, so it is not a solution.