[Bug 210327] devel/qmake5: USES=compiler:c++14-lang adds -std=c++11, not -std=c++14 to CXXFLAGS in qmake build
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Aug 24 08:13:06 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210327
--- Comment #12 from commit-hook at freebsd.org ---
A commit references this bug:
Author: rakuco
Date: Wed Aug 24 08:12:35 UTC 2016
New revision: 420773
URL: https://svnweb.freebsd.org/changeset/ports/420773
Log:
Import upstream patch to fix the detection of clang's version number.
Our clang reports itself as "FreeBSD clang version x.y.z" instead of just
"clang version x.y.z", which was preventing the sed pattern used in the
configure script from matching and thus QT_CLANG_MAJOR_VERSION and
QT_CLANG_MINOR_VERSION were never defined. One of the consequences is that
tests for those values in mkspecs later always failed, which led to some
features such as C++14 support being disabled.
PR: 210327
MFH: 2016Q3
Changes:
head/devel/qmake5/Makefile
head/devel/qmake5/files/patch-configure
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the kde-freebsd
mailing list