https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275636
--- Comment #7 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a75fb0906770e806bcb69c2796bff9dbe0a1181a commit a75fb0906770e806bcb69c2796bff9dbe0a1181a Author: Florian Walpen <d...@submerge.ch> AuthorDate: 2023-11-25 22:13:54 +0000 Commit: Jason E. Hale <jh...@freebsd.org> CommitDate: 2023-12-12 19:44:16 +0000 devel/qtcreator: Use llvm17 as recommended QtCreator would crash in the settings dialog if not rebuilt after an update of Qt packages to 6.6.1 release. Make build and run depend on llvm17 as recommended upstream, for better clangd compatibility: https://www.qt.io/blog/qt-creator-12-c-code-model-update Since llvm17 seems to be more strict about non-standard alloca stack allocation, patch that out of the internal SQLite build config. This matches the config of databases/sqlite3 in ports. PR: 275636 devel/qtcreator/Makefile | 3 ++- .../files/patch-src_libs_3rdparty_sqlite_config.h (new) | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.