summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2018-03-19 12:00:31 +0100
committerGuilherme Amadio <amadio@gentoo.org>2018-03-19 19:05:10 +0100
commit70da1fa7589d67af745b34a080eb7dab865fbfe5 (patch)
treed061d07c28d3f0c4582fe79343b7adcfed278ca7 /net-libs/davix/files
parentsys-libs/libcap-ng: prefix support (diff)
downloadgentoo-70da1fa7589d67af745b34a080eb7dab865fbfe5.tar.gz
gentoo-70da1fa7589d67af745b34a080eb7dab865fbfe5.tar.bz2
gentoo-70da1fa7589d67af745b34a080eb7dab865fbfe5.zip
net-libs/davix: new package
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'net-libs/davix/files')
-rw-r--r--net-libs/davix/files/davix-0.6.7-uio.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-libs/davix/files/davix-0.6.7-uio.patch b/net-libs/davix/files/davix-0.6.7-uio.patch
new file mode 100644
index 000000000000..fc7194d05d3d
--- /dev/null
+++ b/net-libs/davix/files/davix-0.6.7-uio.patch
@@ -0,0 +1,12 @@
+diff --git a/deps/libneon/src/ne_socket.c b/deps/libneon/src/ne_socket.c
+index affc8d7..b4f8ea1 100644
+--- a/deps/libneon/src/ne_socket.c
++++ b/deps/libneon/src/ne_socket.c
+@@ -34,6 +34,7 @@
+ #ifdef HAVE_SYS_SOCKET_H
+ #include <sys/socket.h>
+ #endif
++#include <sys/uio.h>
+
+ #ifdef __linux__
+ #include <sys/ioctl.h>