diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyfanotify')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyfanotify/0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyfanotify/0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch b/meta-python/recipes-devtools/python/python3-pyfanotify/0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch index 933e086265..2fa3cb05d4 100644 --- a/meta-python/recipes-devtools/python/python3-pyfanotify/0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch +++ b/meta-python/recipes-devtools/python/python3-pyfanotify/0001-ext-define-FNM_EXTMATCH-if-not-already-defined.patch | |||
| @@ -13,11 +13,11 @@ Upstream-Status: Inappropriate | |||
| 13 | 1 file changed, 3 insertions(+) | 13 | 1 file changed, 3 insertions(+) |
| 14 | 14 | ||
| 15 | diff --git a/src/ext.c b/src/ext.c | 15 | diff --git a/src/ext.c b/src/ext.c |
| 16 | index 2ba9a14..98ffc20 100644 | 16 | index e0bbe21..7d979d3 100644 |
| 17 | --- a/src/ext.c | 17 | --- a/src/ext.c |
| 18 | +++ b/src/ext.c | 18 | +++ b/src/ext.c |
| 19 | @@ -18,6 +18,9 @@ | 19 | @@ -19,6 +19,9 @@ |
| 20 | #include <sys/un.h> | 20 | #include <sys/vfs.h> |
| 21 | #include <unistd.h> | 21 | #include <unistd.h> |
| 22 | 22 | ||
| 23 | +#ifndef FNM_EXTMATCH | 23 | +#ifndef FNM_EXTMATCH |
| @@ -27,5 +27,5 @@ index 2ba9a14..98ffc20 100644 | |||
| 27 | PyDoc_STRVAR(ext__doc__, | 27 | PyDoc_STRVAR(ext__doc__, |
| 28 | "Wrapper for fanotify.\n" | 28 | "Wrapper for fanotify.\n" |
| 29 | -- | 29 | -- |
| 30 | 2.32.0 | 30 | 2.34.1 |
| 31 | 31 | ||
