aboutsummaryrefslogtreecommitdiffstats
path: root/community/incron/incron-aarch64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/incron/incron-aarch64.patch')
-rw-r--r--community/incron/incron-aarch64.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/incron/incron-aarch64.patch b/community/incron/incron-aarch64.patch
new file mode 100644
index 0000000000..fe872ae35c
--- /dev/null
+++ b/community/incron/incron-aarch64.patch
@@ -0,0 +1,13 @@
+Index: incron-0.5.10/inotify-cxx.h
+===================================================================
+--- incron-0.5.10.orig/inotify-cxx.h
++++ incron-0.5.10/inotify-cxx.h
+@@ -37,7 +37,7 @@
+ #include <sys/inotify.h>
+
+ // Use this if syscalls not defined
+-#ifndef __NR_inotify_init
++#if not defined(__NR_inotify_init) && not defined(__aarch64__)
+ #include <sys/inotify-syscalls.h>
+ #endif // __NR_inotify_init
+