diff options
Diffstat (limited to 'sysutils/gnome-vfs/patches/patch-cb')
-rw-r--r-- | sysutils/gnome-vfs/patches/patch-cb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/gnome-vfs/patches/patch-cb b/sysutils/gnome-vfs/patches/patch-cb new file mode 100644 index 00000000000..252362a7a2b --- /dev/null +++ b/sysutils/gnome-vfs/patches/patch-cb @@ -0,0 +1,14 @@ +$NetBSD: patch-cb,v 1.1 2007/09/19 22:22:43 wiz Exp $ + +--- modules/file-method-acl.c.orig 2007-03-13 11:50:03.000000000 +0100 ++++ modules/file-method-acl.c +@@ -35,6 +35,9 @@ + #include <stdlib.h> + #include <sys/types.h> + #ifdef HAVE_SYS_RESOURCE_H ++#ifdef HAVE_SYS_TIME_H ++#include <sys/time.h> /* <sys/resource.h> needs this on MacOS X */ ++#endif + #include <sys/resource.h> + #endif + |