Changes between Initial Version and Version 1 of Ticket #53634, comment 7


Ignore:
Timestamp:
May 10, 2017, 6:08:29 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53634, comment 7

    initial v1  
    1 More I think about how this works, the more it seems a better idea to add
     1More I think about how this works, the more it seemed easier to add
    22{{{
    33configure.cxxflags-append -std=c++11
    44}}}
    55
    6 in the right place in the cxx11 1.1 portgroup file rather than try to outsmart clang.
     6in the right place in the cxx11 1.1 portgroup.
    77
    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.
     8Of course, this does not actually fix the issue that Mojca pointed out initially, so it is not a solution.