summaryrefslogtreecommitdiff
path: root/misc/openoffice3/patches/patch-dp
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openoffice3/patches/patch-dp')
-rw-r--r--misc/openoffice3/patches/patch-dp13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/openoffice3/patches/patch-dp b/misc/openoffice3/patches/patch-dp
new file mode 100644
index 00000000000..9de6fb4749b
--- /dev/null
+++ b/misc/openoffice3/patches/patch-dp
@@ -0,0 +1,13 @@
+$NetBSD: patch-dp,v 1.1.1.1 2008/10/14 11:02:25 hira Exp $
+
+--- vcl/unx/gtk/app/gtkdata.cxx.orig 2008-06-27 22:26:13.000000000 +0900
++++ vcl/unx/gtk/app/gtkdata.cxx 2008-06-27 22:26:34.000000000 +0900
+@@ -44,7 +44,7 @@
+ #include <limits.h>
+ #include <errno.h>
+ #include <poll.h>
+-#ifdef FREEBSD
++#if defined(FREEBSD) || defined(NETBSD)
+ #include <sys/types.h>
+ #include <sys/time.h>
+ #include <unistd.h>