Changes between Initial Version and Version 1 of Ticket #56523, comment 1
- Timestamp:
- Sep 20, 2018, 6:56:22 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56523, comment 1
initial v1 5 5 modglue @1.19_0 (active) platform='darwin 17' archs='x86_64' date='2018-09-13T23:46:38-0700' 6 6 }}} 7 `clang-7.0` defaults to c++1 4, 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. 8 8 9 9 This sounds like a two-day project for me, or two minutes for Ryan :>