aboutsummaryrefslogtreecommitdiffstats
path: root/community/beanstalkd/alpine.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-25 07:34:47 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-25 07:55:48 +0000
commit9994bb8b5c328ba14a44119d774fba884c74faaa (patch)
tree3726d173a73a435b6b1551bff8cd6962c541ec83 /community/beanstalkd/alpine.patch
parentde9872306f88b5f382d832d9ba200443364b5697 (diff)
downloadaports-9994bb8b5c328ba14a44119d774fba884c74faaa.tar.bz2
aports-9994bb8b5c328ba14a44119d774fba884c74faaa.tar.xz
community/beanstalkd: moved from testing
Diffstat (limited to 'community/beanstalkd/alpine.patch')
-rw-r--r--community/beanstalkd/alpine.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/beanstalkd/alpine.patch b/community/beanstalkd/alpine.patch
new file mode 100644
index 0000000000..5983192616
--- /dev/null
+++ b/community/beanstalkd/alpine.patch
@@ -0,0 +1,12 @@
+--- ./sd-daemon.c
++++ ./sd-daemon.c
+@@ -32,7 +32,7 @@
+ #include <sys/stat.h>
+ #include <sys/socket.h>
+ #include <sys/un.h>
+-#include <sys/fcntl.h>
++#include <fcntl.h>
+ #include <netinet/in.h>
+ #include <stdlib.h>
+ #include <errno.h>
+