[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
Tue Aug 23 18:33:01 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210327

Raphael Kubo da Costa <rakuco at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #171535|maintainer-approval?(kde at Fr |maintainer-approval-
              Flags|eeBSD.org)                  |

--- Comment #11 from Raphael Kubo da Costa <rakuco at FreeBSD.org> ---
Comment on attachment 171535
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=171535
experimental patch to devel/qmake5

I've just spoken to tcberner on IRC about this. Since our clang is recent
enough, it should pass the original version check there, so the problem is
elsewhere: Qt's configure script was using something like "clang -v 2>&1 | sed
-E '/^clang version .../....'" to obtain clang's version number and, since our
clang reports itself as "FreeBSD clang" instead of "clang"
QT_CLANG_{MAJOR,MINOR}_VERSION" were never defined.

I've just submitted https://codereview.qt-project.org/#/c/168916/ upstream to
fix the issue and will backport it once it gets reviewed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the kde-freebsd mailing list