aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-sal__osl__unx__system.h
diff options
context:
space:
mode:
Diffstat (limited to 'editors/libreoffice/files/patch-sal__osl__unx__system.h')
-rw-r--r--editors/libreoffice/files/patch-sal__osl__unx__system.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/libreoffice/files/patch-sal__osl__unx__system.h b/editors/libreoffice/files/patch-sal__osl__unx__system.h
new file mode 100644
index 000000000000..625b745b6004
--- /dev/null
+++ b/editors/libreoffice/files/patch-sal__osl__unx__system.h
@@ -0,0 +1,13 @@
+--- sal/osl/unx/system.h.orig 2014-09-16 16:10:41.000000000 -0400
++++ sal/osl/unx/system.h 2014-10-14 14:31:50.000000000 -0400
+@@ -113,7 +113,9 @@
+ #endif
+
+ #ifdef FREEBSD
+-# define ETIME ETIMEDOUT
++# ifndef ETIME
++# define ETIME ETIMEDOUT
++# endif
+ # include <pthread.h>
+ # include <sys/sem.h>
+ # include <dlfcn.h>