aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-3
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-07-31 18:29:23 +0800
committermbr <mbr@FreeBSD.org>2002-07-31 18:29:23 +0800
commit0d79c2e174320517bf2c216d9e8c47f26da93cc2 (patch)
tree93006bd4b2528f52dd3732290510db6fb657a800 /editors/openoffice.org-3
parent3d50188d4edbf49f35ec491ad037af029c8add6f (diff)
downloadfreebsd-ports-gnome-0d79c2e174320517bf2c216d9e8c47f26da93cc2.tar.gz
freebsd-ports-gnome-0d79c2e174320517bf2c216d9e8c47f26da93cc2.tar.zst
freebsd-ports-gnome-0d79c2e174320517bf2c216d9e8c47f26da93cc2.zip
Fix some include paths.
Diffstat (limited to 'editors/openoffice.org-3')
-rw-r--r--editors/openoffice.org-3/files/patch-dtrans+source+X11+X11_selection.cxx11
-rw-r--r--editors/openoffice.org-3/files/patch-sc+source+core+data+cell.cxx11
2 files changed, 22 insertions, 0 deletions
diff --git a/editors/openoffice.org-3/files/patch-dtrans+source+X11+X11_selection.cxx b/editors/openoffice.org-3/files/patch-dtrans+source+X11+X11_selection.cxx
new file mode 100644
index 000000000000..5e02222798cc
--- /dev/null
+++ b/editors/openoffice.org-3/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-3/files/patch-sc+source+core+data+cell.cxx b/editors/openoffice.org-3/files/patch-sc+source+core+data+cell.cxx
new file mode 100644
index 000000000000..529f67a3e35f
--- /dev/null
+++ b/editors/openoffice.org-3/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>