https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231963
--- Comment #14 from Piotr Kubaj <pku...@anongoth.pl> --- (In reply to Mark Linimon from comment #12) The general patch would be to add USES to qt-dist.mk. I didn't want to do it, since I thought there may be some Qt5 ports that would compile with base GCC. I can see it was rather futile now. We could add USES=c++11-lang to qt-dist.mk along with EXTRA_PATCHES (or USE_GCC, like you said in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231542 ). (In reply to Tobias C. Berner from comment #13) Just want to note that the only "older clang system" right now is 10.4-RELEASE which will go EOL in 24 days. Still, I don't mind it myself if you just put compiler:c++11-lang. Regarding Qt not caring about CC and CXX - my patch at https://bz-attachments.freebsd.org/attachment.cgi?id=197515 already takes care of that (seding QMAKE_* values) -- You are receiving this mail because: You are the assignee for the bug.