libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / desktop / libreoffice / patches / 53-more-alloca.patch
blob8677c861b8260e22af2cf60c1b93e8c6817cb799
1 --- libreoffice-7.2.5.2/formula/source/core/api/FormulaCompiler.cxx.orig Wed Feb 9 13:46:51 2022
2 +++ libreoffice-7.2.5.2/formula/source/core/api/FormulaCompiler.cxx Wed Feb 9 13:47:13 2022
3 @@ -37,6 +37,10 @@
4 #include <com/sun/star/sheet/FormulaMapGroupSpecialOffset.hpp>
5 #include <algorithm>
7 +#ifdef __sun__
8 +#include <alloca.h>
9 +#endif
11 namespace formula
13 using namespace ::com::sun::star;