[libfuse-perl] 02/07: Refresh fix-FTBFS-on-kfreebsd.patch patch

Salvatore Bonaccorso carnil at debian.org
Sat Dec 7 08:55:16 UTC 2013


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libfuse-perl.

commit 16b9e0c915f81ca382f7639c6bfe38202ec887ef
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Dec 7 09:37:20 2013 +0100

    Refresh fix-FTBFS-on-kfreebsd.patch patch
---
 debian/patches/fix-FTBFS-on-kfreebsd.patch | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/patches/fix-FTBFS-on-kfreebsd.patch b/debian/patches/fix-FTBFS-on-kfreebsd.patch
index 5881ffc..f26056f 100644
--- a/debian/patches/fix-FTBFS-on-kfreebsd.patch
+++ b/debian/patches/fix-FTBFS-on-kfreebsd.patch
@@ -7,12 +7,12 @@ Last-Update: 2012-04-30
 
 --- a/Fuse.xs
 +++ b/Fuse.xs
-@@ -12,7 +12,7 @@
- # include <sys/xattr.h>
- #endif
+@@ -17,7 +17,7 @@
+ #define FUSE_MINOR_VERSION FUSE_FOUND_MINOR_VER
+ #endif /* defined(__OpenBSD__) */
  
--#if defined(__linux__)
-+#if ( defined(__linux__) || defined(__GNU__) || defined(__GLIBC__) )
+-#if defined(__linux__) || defined(__sun__)
++#if ( defined(__linux__) || defined(__sun__) || defined(__GNU__) || defined(__GLIBC__) )
  # define STAT_SEC(st, st_xtim) ((st)->st_xtim.tv_sec)
  # define STAT_NSEC(st, st_xtim) ((st)->st_xtim.tv_nsec)
  #else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfuse-perl.git



More information about the Pkg-perl-cvs-commits mailing list