diff options
author | joerg <joerg@pkgsrc.org> | 2013-09-17 21:10:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-09-17 21:10:32 +0000 |
commit | 5d4765804b006afe9fefde5ecfa32309df3f78a9 (patch) | |
tree | 1a4c670c01ef93fa24e465248f854d6003d584cb | |
parent | 1261afb9cea6388c8ff5424e37dedcf144c5cc32 (diff) | |
download | pkgsrc-5d4765804b006afe9fefde5ecfa32309df3f78a9.tar.gz |
Needs _KMEMUSER to get kinfo_proc on NetBSD/current.
-rw-r--r-- | filesystems/glusterfs/distinfo | 3 | ||||
-rw-r--r-- | filesystems/glusterfs/patches/patch-xlators_mount_fuse_src_fuse-helpers.c | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/filesystems/glusterfs/distinfo b/filesystems/glusterfs/distinfo index b429c37f6cb..234e90c3e1c 100644 --- a/filesystems/glusterfs/distinfo +++ b/filesystems/glusterfs/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.29 2013/09/15 12:29:21 joerg Exp $ +$NetBSD: distinfo,v 1.30 2013/09/17 21:10:32 joerg Exp $ SHA1 (glusterfs-3.4.0.tar.gz) = 8795bcb309730c173a226c8cb1e08587e56ea692 RMD160 (glusterfs-3.4.0.tar.gz) = 15a290ad890541ec365134eb998e5f0ec48d3bbc @@ -6,3 +6,4 @@ Size (glusterfs-3.4.0.tar.gz) = 3774842 bytes SHA1 (patch-argp-standalone_argp-fmtstream.c) = 241873f41bb774e1de4f777227c38b0dcae4ac59 SHA1 (patch-argp-standalone_argp-fmtstream.h) = 9f2ead2a11c35fcc6347977082fa347343fccab2 SHA1 (patch-libglusterfs_src_glusterfs.h) = 59a0523652628ed24641d63a926f5e33b33bc802 +SHA1 (patch-xlators_mount_fuse_src_fuse-helpers.c) = a770d557191c91a731da15e95caf5acd7ed567ff diff --git a/filesystems/glusterfs/patches/patch-xlators_mount_fuse_src_fuse-helpers.c b/filesystems/glusterfs/patches/patch-xlators_mount_fuse_src_fuse-helpers.c new file mode 100644 index 00000000000..cd041b1b2fc --- /dev/null +++ b/filesystems/glusterfs/patches/patch-xlators_mount_fuse_src_fuse-helpers.c @@ -0,0 +1,15 @@ +$NetBSD: patch-xlators_mount_fuse_src_fuse-helpers.c,v 1.1 2013/09/17 21:10:32 joerg Exp $ + +--- xlators/mount/fuse/src/fuse-helpers.c.orig 2013-09-17 13:41:20.000000000 +0000 ++++ xlators/mount/fuse/src/fuse-helpers.c +@@ -7,6 +7,10 @@ + later), or the GNU General Public License, version 2 (GPLv2), in all + cases as published by the Free Software Foundation. + */ ++#ifdef __NetBSD__ ++#define _KMEMUSER ++#endif ++ + #include "fuse-bridge.h" + #if defined(GF_SOLARIS_HOST_OS) + #include <sys/procfs.h> |