https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210327
Raphael Kubo da Costa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #171535|maintainer-approval?(kde@Fr |maintainer-approval- Flags|eeBSD.org) | --- Comment #11 from Raphael Kubo da Costa <[email protected]> --- 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.
