summaryrefslogtreecommitdiff
path: root/sysutils/py-xattr/patches/patch-xattr_lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/py-xattr/patches/patch-xattr_lib.py')
-rw-r--r--sysutils/py-xattr/patches/patch-xattr_lib.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/py-xattr/patches/patch-xattr_lib.py b/sysutils/py-xattr/patches/patch-xattr_lib.py
deleted file mode 100644
index 1dcc3010a25..00000000000
--- a/sysutils/py-xattr/patches/patch-xattr_lib.py
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-xattr_lib.py,v 1.1 2014/03/21 14:06:01 wiz Exp $
-
-Set modulename so cffi doesn't have to invent them.
-
---- xattr/lib.py.orig 2013-07-22 20:10:15.000000000 +0000
-+++ xattr/lib.py
-@@ -589,7 +589,7 @@ static ssize_t xattr_flistxattr(int fd,
- #ifndef XATTR_NOSECURITY
- #define XATTR_NOSECURITY 0x0008
- #endif
--""", ext_package='xattr')
-+""", ext_package='xattr', modulename='xattr')
-
- XATTR_NOFOLLOW = lib.XATTR_NOFOLLOW
- XATTR_CREATE = lib.XATTR_CREATE