libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / desktop / libreoffice / patches / 23-about-box-show-vcl-toolkit.patch
blobc11a83fea0a93310da9f5f7b10a118a4bba78a24
1 --- core-92e5898fa9ffa4dd8742f5f26e790563feef286e/vcl/source/app/svapp.cxx.old 2023-11-15 11:54:01.059046071 -0500
2 +++ core-92e5898fa9ffa4dd8742f5f26e790563feef286e/vcl/source/app/svapp.cxx 2023-11-15 11:54:27.968184792 -0500
3 @@ -1225,7 +1225,7 @@
4 #endif
5 appendDetails(u"", Localize(SV_APP_DEFAULT, bLocalize));
7 -#if (defined LINUX || defined _WIN32 || defined MACOSX || defined __FreeBSD__ || defined EMSCRIPTEN)
8 +#if (defined LINUX || defined _WIN32 || defined MACOSX || defined __FreeBSD__ || defined(__sun) || defined EMSCRIPTEN)
9 appendDetails(u"; ", SV_APP_VCLBACKEND + GetToolkitName());
10 #endif