diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-04-25 14:45:10 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-04-25 14:45:44 +0200 |
commit | dd4f62cb40ad550728668716d708780ba5cf60b6 (patch) | |
tree | a9998b1854497e9a4db26ae3b7e95b27c58e2992 /sys-fs/mhddfs/files | |
parent | mail-client/claws-mail: Added subslot dep to app-text/enchant (diff) | |
download | gentoo-dd4f62cb40ad550728668716d708780ba5cf60b6.tar.gz gentoo-dd4f62cb40ad550728668716d708780ba5cf60b6.tar.bz2 gentoo-dd4f62cb40ad550728668716d708780ba5cf60b6.zip |
sys-fs/mhddfs: Fixed build against >=sys-apps/attr-2.4.48
Permission kindly granted by Pinkbyte
Closes: https://bugs.gentoo.org/648670
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-fs/mhddfs/files')
-rw-r--r-- | sys-fs/mhddfs/files/mhddfs-0.1.39-xattr.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sys-fs/mhddfs/files/mhddfs-0.1.39-xattr.patch b/sys-fs/mhddfs/files/mhddfs-0.1.39-xattr.patch new file mode 100644 index 000000000000..57a64281d653 --- /dev/null +++ b/sys-fs/mhddfs/files/mhddfs-0.1.39-xattr.patch @@ -0,0 +1,26 @@ +https://bugs.gentoo.org/648670 + +Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> + +--- mhddfs-0.1.39/src/main.c ++++ mhddfs-0.1.39/src/main.c +@@ -34,7 +34,7 @@ + #include <utime.h> + + #ifndef WITHOUT_XATTR +-#include <attr/xattr.h> ++#include <sys/xattr.h> + #endif + + #include "parse_options.h" +--- mhddfs-0.1.39/src/tools.c ++++ mhddfs-0.1.39/src/tools.c +@@ -32,7 +32,7 @@ + #include <dirent.h> + + #ifndef WITHOUT_XATTR +-#include <attr/xattr.h> ++#include <sys/xattr.h> + #endif + + #include "tools.h" |