head 1.1; access; symbols; locks; strict; comment @// @; 1.1 date 2026.04.30.06.39.43; author adam; state Exp; branches; next ; commitid EBfLiYmrAFQ3VWDG; desc @@ 1.1 log @qt6-qtwebengine: updated to 6.11.0 The 6.11 release for Qt Framework is now available, with improved performance, newly supported techniques and capabilities on graphics, connectivity and languages, not to mention a whole new approach to asynchronous C++ coding. Take a closer look. https://www.qt.io/blog/qt-6.11-released @ text @$NetBSD$ NetBSD has alloca() but not --- src/3rdparty/chromium/third_party/abseil-cpp/absl/debugging/stacktrace.cc.orig 2026-03-16 11:40:07.000000000 +0000 +++ src/3rdparty/chromium/third_party/abseil-cpp/absl/debugging/stacktrace.cc @@@@ -55,6 +55,8 @@@@ #ifdef _WIN32 #include #define ABSL_INTERNAL_HAVE_ALLOCA 1 +#elif defined(__NetBSD__) +#define ABSL_INTERNAL_HAVE_ALLOCA 1 #else #ifdef __has_include #if __has_include() @