ports/editors/libreoffice/files/patch-sal_osl_unx_process.cxx
Dima Panov ae3d385524
editors/libreoffice: update to 24.2.0 release (+)
LibreOffice 24.2 Community is here!

The new major release of the complete, free, volunteer-supported office suite,
with the new calendar-based numbering scheme (YY.M), many new useful features,
and a focus on security and accessibility, is available.

* Styles for comments
* Row/column highlighting in Calc
* A search field in the options dialog
...and many other new features

Read more:	https://blog.documentfoundation.org/blog/2024/01/31/libreoffice-24-2/
2024-02-13 18:41:21 +03:00

11 lines
223 B
C++

--- sal/osl/unx/process.cxx.orig 2023-11-23 12:14:48 UTC
+++ sal/osl/unx/process.cxx
@@ -45,7 +45,7 @@
#include <machine/param.h>
#endif
-#ifdef IOS
+#if defined (IOS) || defined(FREEBSD)
#include <signal.h>
#endif