summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-vcl+unx+source+plugadapt+salmain.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-vcl+unx+source+plugadapt+salmain.cxx')
-rw-r--r--editors/openoffice-3-devel/files/patch-vcl+unx+source+plugadapt+salmain.cxx24
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-vcl+unx+source+plugadapt+salmain.cxx b/editors/openoffice-3-devel/files/patch-vcl+unx+source+plugadapt+salmain.cxx
new file mode 100644
index 000000000000..f5bd54364036
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-vcl+unx+source+plugadapt+salmain.cxx
@@ -0,0 +1,24 @@
+http://qa.openoffice.org/issues/show_bug.cgi?id=27042
+
+include <sys/types.h>
+Note:
+--
+* $RCSfile: salmain.cxx,v $
+*
+* $Revision: 1.8.12.2 $
+*
+* last change: $Author: hr $ $Date: 2004/01/09 18:14:00 $
+--
+includes this patch
+
+--- ../vcl/unx/source/plugadapt/salmain.cxx~ Mon Mar 29 09:50:50 2004
++++ ../vcl/unx/source/plugadapt/salmain.cxx Mon Mar 29 10:08:28 2004
+@@ -59,7 +59,7 @@
+ *
+ ************************************************************************/
+
+-#ifdef MACOSX
++#if defined(MACOSX) || defined(FREEBSD)
+ // rlimit needs sys/types.h
+ #include <sys/types.h>
+ #include <sys/time.h>