Changes between Initial Version and Version 1 of Ticket #56523, comment 1


Ignore:
Timestamp:
Sep 20, 2018, 6:56:22 PM (6 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56523, comment 1

    initial v1  
    55  modglue @1.19_0 (active) platform='darwin 17' archs='x86_64' date='2018-09-13T23:46:38-0700'
    66}}}
    7 `clang-7.0` defaults to c++14, and so takes all the c++11 needs in stride without any changes in the portfile or the port. To fix it correctly I believe getting `-std=c++11` onto the build  and link lines would do the trick. Should also add the -stdlib=${configure.cxx_stdlib} while we're at it, along with all the other CXX flags.
     7`clang-7.0` defaults to c++17 I believe, and so takes all the c++11 needs in stride without any changes in the portfile or the port. To fix it correctly I believe getting `-std=c++11` onto the build  and link lines would do the trick. Should also add the -stdlib=${configure.cxx_stdlib} while we're at it, along with all the other CXX flags.
    88
    99This sounds like a two-day project for me, or two minutes for Ryan :>