[Bug 210327] USES=compiler:c++14-lang adds -std=c++11, not -std=c++14 to CXXFLAGS
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 16 17:19:39 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210327
Bug ID: 210327
Summary: USES=compiler:c++14-lang adds -std=c++11, not
-std=c++14 to CXXFLAGS
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Ports Framework
Assignee: portmgr at FreeBSD.org
Reporter: yuri at rawbw.com
CC: freebsd-ports-bugs at FreeBSD.org
Port requiring c++14 features fails to build because these USES statements:
> USES= compiler:c++14-lang gmake qmake
> USE_QT5= core gui network
add -std=c++11, not -std=c++14 to the command lines, as is expected. Compiler
is clang36.
Not sure if Qt has to do with this. This is a pretty bad problem because c++14
is a major feature that is supposed to be supported.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list