aboutsummaryrefslogtreecommitdiffstats
path: root/community/unison/fix_inotify_check.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-04-25 10:08:47 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-25 10:08:47 +0000
commit7b2556806b5ae63c8937529b4728a60c8c3daa5b (patch)
tree88e44b37dcdbda9ef9843336b56691853d024220 /community/unison/fix_inotify_check.patch
parentaea37d996772bf4c98e6182ba7e33440c295401d (diff)
downloadaports-7b2556806b5ae63c8937529b4728a60c8c3daa5b.tar.bz2
aports-7b2556806b5ae63c8937529b4728a60c8c3daa5b.tar.xz
Revert "community/unison: move from testing, update marshalling patch"
Diffstat (limited to 'community/unison/fix_inotify_check.patch')
-rw-r--r--community/unison/fix_inotify_check.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/unison/fix_inotify_check.patch b/community/unison/fix_inotify_check.patch
deleted file mode 100644
index 009ce789cc..0000000000
--- a/community/unison/fix_inotify_check.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ru a/fsmonitor/linux/inotify_stubs.c b/fsmonitor/linux/inotify_stubs.c
---- a/fsmonitor/linux/inotify_stubs.c 2016-05-23 18:40:05.000000000 +0200
-+++ b/fsmonitor/linux/inotify_stubs.c 2017-01-23 23:14:47.613834613 +0100
-@@ -35,6 +35,9 @@
- #define GLIBC_SUPPORT_INOTIFY 0
- #endif
-
-+/* Alpine linux supports inotify */
-+#define GLIBC_SUPPORT_INOTIFY 1
-+
- #if GLIBC_SUPPORT_INOTIFY
- #include <sys/inotify.h>
- #else