diff --git a/srcpkgs/perl-Fuse/patches/build-fix.patch b/srcpkgs/perl-Fuse/patches/build-fix.patch new file mode 100644 index 00000000000..b87344ba57f --- /dev/null +++ b/srcpkgs/perl-Fuse/patches/build-fix.patch @@ -0,0 +1,12 @@ +--- Fuse.xs 2013-09-13 06:16:35.000000000 +0400 ++++ 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");