ports/www/davix/files/patch-deps_libneon_src_ne__socket.c
Yuri Victorovich 46ce07ae90 www/davix: Update 0.6.7 -> 0.6.8
It moved to github and abandoned their tarball location.

Reported by:	repology.org (it matched it with other distros who already knew about the github move)
2018-07-09 00:58:11 +00:00

15 lines
308 B
C

--- deps/libneon/src/ne_socket.c.orig 2018-06-15 09:35:23 UTC
+++ deps/libneon/src/ne_socket.c
@@ -34,9 +34,9 @@
#include <sys/time.h>
#endif
#include <sys/stat.h>
-#ifdef HAVE_SYS_SOCKET_H
+//#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
-#endif
+//#endif
#ifdef __linux__
#include <sys/ioctl.h>