From a61da18669be301874b6b84edd40d17cf7380d97 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 29 Oct 2013 14:30:20 +0100 Subject: [PATCH] perl-Fuse: add patch to fix x86 build. --- srcpkgs/perl-Fuse/patches/build-fix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 srcpkgs/perl-Fuse/patches/build-fix.patch 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");