https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202808
--- Comment #2 from Raphael Kubo da Costa <[email protected]> --- cad/qcad is at an old version that doesn't have 4.8.7 bindings; just updating the hack I added to its Makefile ages ago should work if one's not interested in updating the port. akonadi and fcitx-skk seem to be suffering from the same problem: both ports build with -std=c++11, or -std=c++0x but have USES=compiler:c++11-lang instead of c++11-lib, which causes problems with Qt 4.8.7 (due to a commit I made myself upstream :-) since qglobal.h will detect that Clang is being used + __cplusplus >= 201103 + __has_feature(cxx_generated_initializers) works, so later qlist.h and possibly other headers will start using features only present in C++11-compatible standard libraries. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
