summaryrefslogtreecommitdiff
path: root/sysutils/baloo
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2014-11-21 22:53:55 +0000
committerjmcneill <jmcneill>2014-11-21 22:53:55 +0000
commit9b463199def011b8a590ebf0e4ef8506bd00a76a (patch)
tree5baf87ab8f0f7cb93b39146bdf31767493479eee /sysutils/baloo
parent647bb2eeb5eb5b233dc9c05de6318cac0564ff23 (diff)
downloadpkgsrc-9b463199def011b8a590ebf0e4ef8506bd00a76a.tar.gz
oops, it took me 5 days to get here, didnt realize markd had fixed it first
Diffstat (limited to 'sysutils/baloo')
-rw-r--r--sysutils/baloo/patches/patch-src_file_lib_baloo__xattr__p.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sysutils/baloo/patches/patch-src_file_lib_baloo__xattr__p.h b/sysutils/baloo/patches/patch-src_file_lib_baloo__xattr__p.h
deleted file mode 100644
index 52b92823148..00000000000
--- a/sysutils/baloo/patches/patch-src_file_lib_baloo__xattr__p.h
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-src_file_lib_baloo__xattr__p.h,v 1.1 2014/11/21 10:44:53 jmcneill Exp $
-
---- src/file/lib/baloo_xattr_p.h.orig 2014-11-06 12:03:28.000000000 +0000
-+++ src/file/lib/baloo_xattr_p.h
-@@ -34,6 +34,7 @@
- #elif defined(Q_OS_FREEBSD) || defined(Q_OS_NETBSD)
- #include <sys/types.h>
- #include <sys/extattr.h>
-+#include <sys/xattr.h>
- #endif
-
- inline ssize_t baloo_getxattr(const QString& path, const QString& name, QString* value)