aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-09-21 03:06:59 +0800
committermarcus <marcus@FreeBSD.org>2002-09-21 03:06:59 +0800
commitbfc48c6e397e26dc1540a88f367c6aed30eb49c5 (patch)
treed2d61993fc47fa4259e116add20674b986c41e55
parent6e1ec545de173b2d92d69a7a0017547ef893f320 (diff)
downloadfreebsd-ports-gnome-bfc48c6e397e26dc1540a88f367c6aed30eb49c5.tar.gz
freebsd-ports-gnome-bfc48c6e397e26dc1540a88f367c6aed30eb49c5.tar.zst
freebsd-ports-gnome-bfc48c6e397e26dc1540a88f367c6aed30eb49c5.zip
Fix build on -CURRENT.
Reported by: walt <wa1ter@myrealbox.com>
-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;