diff options
author | jmcneill <jmcneill> | 2009-03-02 02:00:51 +0000 |
---|---|---|
committer | jmcneill <jmcneill> | 2009-03-02 02:00:51 +0000 |
commit | f7bdb977e6a86a7fc417c063f1d70f7a427fb3b1 (patch) | |
tree | 7c3d28466f5e376e264d913cf4301e39e8217aff /sysutils/gvfs/patches | |
parent | 13e15041bce5816f39ff34aa3526b16bf7e54876 (diff) | |
download | pkgsrc-f7bdb977e6a86a7fc417c063f1d70f7a427fb3b1.tar.gz |
Add fuse option, enable it by default where available. Bump PKGREVISION.
Diffstat (limited to 'sysutils/gvfs/patches')
-rw-r--r-- | sysutils/gvfs/patches/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/gvfs/patches/patch-ac b/sysutils/gvfs/patches/patch-ac new file mode 100644 index 00000000000..c97432819ba --- /dev/null +++ b/sysutils/gvfs/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1 2009/03/02 02:00:51 jmcneill Exp $ + +--- client/gvfsfusedaemon.c.orig 2008-10-20 05:02:26.000000000 -0400 ++++ client/gvfsfusedaemon.c +@@ -26,7 +26,9 @@ + #include <sys/types.h> + #include <sys/socket.h> + #include <sys/un.h> ++#if !defined(__NetBSD__) + #include <sys/vfs.h> ++#endif + #include <sys/time.h> + #include <unistd.h> + #include <stdlib.h> |