diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2014-11-21 22:53:55 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2014-11-21 22:53:55 +0000 |
commit | 57d878401b09bafcb02306dc72e5355f5e97434a (patch) | |
tree | 5baf87ab8f0f7cb93b39146bdf31767493479eee /sysutils | |
parent | dbe5b699ed7e1881ed37a915bd2bf7e3e59ffedb (diff) | |
download | pkgsrc-57d878401b09bafcb02306dc72e5355f5e97434a.tar.gz |
oops, it took me 5 days to get here, didnt realize markd had fixed it first
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/baloo/patches/patch-src_file_lib_baloo__xattr__p.h | 12 |
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) |