summaryrefslogtreecommitdiff
path: root/devel/libole2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-20 19:06:59 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-20 19:06:59 +0000
commit92710511e241670c6edc3db24b7c935976665bd8 (patch)
treeb8b5a72ed6f20e907588ec271117a92eae6ecbe4 /devel/libole2
parentRemove extraneous '.' in one of the MASTER_SITE URLs. (diff)
Fix build on -CURRENT.
Reported by: walt <wa1ter@myrealbox.com>
Notes
Notes: svn path=/head/; revision=66876
Diffstat (limited to 'devel/libole2')
-rw-r--r--devel/libole2/files/patch-libole2_ms-ole.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libole2/files/patch-libole2_ms-ole.h b/devel/libole2/files/patch-libole2_ms-ole.h
new file mode 100644
index 000000000000..770e0855953b
--- /dev/null
+++ b/devel/libole2/files/patch-libole2_ms-ole.h
@@ -0,0 +1,10 @@
+--- libole2/ms-ole.h.orig Fri Sep 20 15:02:09 2002
++++ libole2/ms-ole.h Fri Sep 20 15:02:56 2002
+@@ -14,6 +14,7 @@
+ /* This should be done in glib */
+ #ifndef _WIN32
+ # include <fcntl.h> /* for mode_t */
++# include <sys/types.h>
+ #else
+ typedef unsigned long mode_t;
+ typedef size_t ssize_t;