summaryrefslogtreecommitdiff
path: root/misc/openoffice/patches/patch-bl
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openoffice/patches/patch-bl')
-rw-r--r--misc/openoffice/patches/patch-bl13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/openoffice/patches/patch-bl b/misc/openoffice/patches/patch-bl
new file mode 100644
index 00000000000..ba02479735f
--- /dev/null
+++ b/misc/openoffice/patches/patch-bl
@@ -0,0 +1,13 @@
+$NetBSD: patch-bl,v 1.1.1.1 2002/02/13 18:09:22 mrauch Exp $
+
+--- ../sal/osl/unx/socket.c.orig Thu Nov 22 15:14:54 2001
++++ ../sal/osl/unx/socket.c
+@@ -82,7 +82,7 @@
+ #undef HAVE_POLL_H
+ #endif
+
+-#if defined(LINUX) || defined (IRIX)
++#if defined(LINUX) || defined (IRIX) || defined(NETBSD)
+ #include <sys/poll.h>
+ #define HAVE_POLL_H
+ #endif /* HAVE_POLL_H */