summaryrefslogtreecommitdiff
path: root/community/perl-fuse/build-fix.patch
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-30 01:04:25 -0700
committerroot <root@rshg054.dnsready.net>2013-10-30 01:04:25 -0700
commit7c151ac5589d3dbef5972f69a62b847ecf565bfa (patch)
tree9450bd13169930e602731e9c431b79fdaaad2c02 /community/perl-fuse/build-fix.patch
parent38b1ce25596ae456fefb3214a73c3d1005da568f (diff)
Wed Oct 30 01:01:59 PDT 2013
Diffstat (limited to 'community/perl-fuse/build-fix.patch')
-rw-r--r--community/perl-fuse/build-fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/perl-fuse/build-fix.patch b/community/perl-fuse/build-fix.patch
new file mode 100644
index 000000000..51cb5ebce
--- /dev/null
+++ b/community/perl-fuse/build-fix.patch
@@ -0,0 +1,13 @@
+diff -wbBur Fuse-0.16/Fuse.xs Fuse-0.16.q/Fuse.xs
+--- Fuse-0.16/Fuse.xs 2013-09-13 06:16:35.000000000 +0400
++++ Fuse-0.16.q/Fuse.xs 2013-10-29 14:38:44.000000000 +0400
+@@ -754,6 +754,9 @@
+
+ int _PLfuse_release (const char *file, struct fuse_file_info *fi) {
+ int rv;
++#ifndef PERL_HAS_64BITINT
++ char *temp;
++#endif
+ int flags = fi->flags;
+ FUSE_CONTEXT_PRE;
+ DEBUGf("release begin\n");