diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-09 22:42:40 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 02:17:25 +0100 |
commit | 74ff07c2c66e578127fefde3120bc8ae8268f151 (patch) | |
tree | 4992fd1e1c81ffc2c0b130d21a70009393dbdf29 /community/unison/fix_inotify_check.patch | |
parent | d7643405faad0171da012b68b6c89702f5f6acb7 (diff) | |
download | aports-74ff07c2c66e578127fefde3120bc8ae8268f151.tar.bz2 aports-74ff07c2c66e578127fefde3120bc8ae8268f151.tar.xz |
community/unison: upgrade to 2.48.15v4, remove -doc
HTML page for this version is not available.
Diffstat (limited to 'community/unison/fix_inotify_check.patch')
-rw-r--r-- | community/unison/fix_inotify_check.patch | 13 |
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 |