aboutsummaryrefslogtreecommitdiffstats
path: root/main/lsyncd/lua5.4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/lsyncd/lua5.4.patch')
-rw-r--r--main/lsyncd/lua5.4.patch12
1 files changed, 1 insertions, 11 deletions
diff --git a/main/lsyncd/lua5.4.patch b/main/lsyncd/lua5.4.patch
index 4654d7d7a0f..b305d413161 100644
--- a/main/lsyncd/lua5.4.patch
+++ b/main/lsyncd/lua5.4.patch
@@ -1,16 +1,6 @@
-Taken from AUR
-
-diff --git a/lsyncd.h b/lsyncd.h
-index 9300a09..efda2fd 100644
--- a/lsyncd.h
+++ b/lsyncd.h
-@@ -13,11 +13,13 @@
-
- // some older machines need this to see pselect
- #define _DEFAULT_SOURCE 1
-+#define _BSD_SOURCE 1
- #define _XOPEN_SOURCE 700
- #define _DARWIN_C_SOURCE 1
+@@ -19,6 +19,7 @@
#define LUA_COMPAT_ALL
#define LUA_COMPAT_5_1