aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r--editors/openoffice.org-2/files/patch-dtrans+source+X11+X11_selection.cxx11
-rw-r--r--editors/openoffice.org-2/files/patch-sc+source+core+data+cell.cxx11
2 files changed, 22 insertions, 0 deletions
diff --git a/editors/openoffice.org-2/files/patch-dtrans+source+X11+X11_selection.cxx b/editors/openoffice.org-2/files/patch-dtrans+source+X11+X11_selection.cxx
new file mode 100644
index 000000000000..5e02222798cc
--- /dev/null
+++ b/editors/openoffice.org-2/files/patch-dtrans+source+X11+X11_selection.cxx
@@ -0,0 +1,11 @@
+--- ../dtrans/source/X11/X11_selection.cxx.orig Sat Jul 20 23:18:03 2002
++++ ../dtrans/source/X11/X11_selection.cxx Sat Jul 20 23:18:05 2002
+@@ -65,7 +65,7 @@
+ #include <X11/keysym.h>
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+-#if defined(LINUX) || defined(NETBSD)
++#if defined(LINUX) || defined(NETBSD) || defined (FREEBSD)
+ #include <sys/poll.h>
+ #else
+ #include <poll.h>
diff --git a/editors/openoffice.org-2/files/patch-sc+source+core+data+cell.cxx b/editors/openoffice.org-2/files/patch-sc+source+core+data+cell.cxx
new file mode 100644
index 000000000000..529f67a3e35f
--- /dev/null
+++ b/editors/openoffice.org-2/files/patch-sc+source+core+data+cell.cxx
@@ -0,0 +1,11 @@
+--- ../sc/source/core/data/cell.cxx.orig Sun Jul 21 00:39:25 2002
++++ ../sc/source/core/data/cell.cxx Sun Jul 21 00:39:26 2002
+@@ -75,7 +75,7 @@
+ #include <mac_end.h>
+ #endif
+
+-#ifdef SOLARIS
++#if defined (SOLARIS) || defined (FREEBSD)
+ #include <ieeefp.h>
+ #elif ( defined ( LINUX ) && ( GLIBC < 2 ) )
+ #include <i386/ieeefp.h>