summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files/patch-sal+osl+unx+socket.c
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-04 21:46:59 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-04 21:46:59 +0000
commit53c240bb36169bb10ec6e5e1a6d08d30e4b60fe7 (patch)
tree5fc0cd10891f324e300f41d682e0239bd96451b4 /editors/openoffice.org-2.0-devel/files/patch-sal+osl+unx+socket.c
parentUpdate to 1.3.14. URGH, I donno how it missed the last GNOME 2 beta update (diff)
Upgrade to 641c source, add gcc2_freebsd_intel and gcc3_freebsd_intel cpp_uno
source
Notes
Notes: svn path=/head/; revision=55536
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files/patch-sal+osl+unx+socket.c')
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-sal+osl+unx+socket.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-sal+osl+unx+socket.c b/editors/openoffice.org-2.0-devel/files/patch-sal+osl+unx+socket.c
new file mode 100644
index 000000000000..4c63598da424
--- /dev/null
+++ b/editors/openoffice.org-2.0-devel/files/patch-sal+osl+unx+socket.c
@@ -0,0 +1,11 @@
+--- ../sal/osl/unx/socket.c.orig Sun Mar 3 18:12:48 2002
++++ ../sal/osl/unx/socket.c Sun Mar 3 18:16:32 2002
+@@ -82,7 +82,7 @@
+ #undef HAVE_POLL_H
+ #endif
+
+-#if defined(LINUX) || defined (IRIX)
++#if defined(LINUX) || defined (IRIX) || defined(NETBSD) || defined(FREEBSD)
+ #include <sys/poll.h>
+ #define HAVE_POLL_H
+ #endif /* HAVE_POLL_H */