ports/editors/libreoffice/files/patch-sal_osl_unx_system.hxx
2016-11-12 09:45:22 +00:00

13 lines
292 B
C++

--- sal/osl/unx/system.hxx.orig 2016-10-28 14:50:26 UTC
+++ sal/osl/unx/system.hxx
@@ -106,7 +106,9 @@
#endif
#ifdef FREEBSD
-# define ETIME ETIMEDOUT
+# ifndef ETIME
+# define ETIME ETIMEDOUT
+# endif
# include <pthread.h>
# include <sys/sem.h>
# include <dlfcn.h>