summaryrefslogtreecommitdiff
path: root/sysutils/baloo-kde4/files/patch-src__file__lib__baloo_xattr_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/baloo-kde4/files/patch-src__file__lib__baloo_xattr_p.h')
-rw-r--r--sysutils/baloo-kde4/files/patch-src__file__lib__baloo_xattr_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/baloo-kde4/files/patch-src__file__lib__baloo_xattr_p.h b/sysutils/baloo-kde4/files/patch-src__file__lib__baloo_xattr_p.h
new file mode 100644
index 000000000000..bda9070d2188
--- /dev/null
+++ b/sysutils/baloo-kde4/files/patch-src__file__lib__baloo_xattr_p.h
@@ -0,0 +1,11 @@
+--- src/file/lib/baloo_xattr_p.h.orig 2014-08-21 13:16:09.854553785 +0200
++++ src/file/lib/baloo_xattr_p.h 2014-08-21 13:16:53.727550878 +0200
+@@ -117,7 +117,7 @@
+ #elif defined(Q_OS_MAC)
+ return removexattr(encodedPath, attributeName, XATTR_NOFOLLOW );
+ #elif defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD)
+- return removexattr (encodedPath, attributeName);
++ return extattr_delete_file (encodedPath, EXTATTR_NAMESPACE_USER, attributeName);
+ #else
+ return -1;
+ #endif