Changes between Initial Version and Version 1 of Ticket #53236, comment 10


Ignore:
Timestamp:
Jan 9, 2017, 6:44:51 PM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53236, comment 10

    initial v1  
    1 I also made a very tiny patch in clang-3.7, clang-3.8, and clang-3.9 to make them default to adding stdlib=libc++ instead of stdlib=libstdc++ if no stdlib was specified, on all systems. The patch is available in my SnowLeopardPorts repo for anyone interested in trying it.
     1I also made a very tiny patch in clang-3.7, clang-3.8, and clang-3.9 to make them default to adding stdlib=libc++ instead of stdlib=libstdc++ if no stdlib was specified, on all systems. The patch is available in my github SnowLeopardPorts repo for anyone interested in trying it.
    22
    33This little change has solved tons of problems on these older systems by making them match the behaviour of all the newer ( > 10.8 ) systems, to which most of the current portfiles have been written.