openbsd-ports/lang/mono/patches/patch-mono_io-layer_sockets_c
ajacoutot a72a07e53d Major update to mono-2.5.
While beeing a development release, this is the most stable version I
used on OpenBSD for now. Several patches are removed as they went
upstream. Thanks to jolan@ for pointing me at this release and cooking a
couple of patches.

Fix build on powerpc and add it to ONLY_FOR_ARCHS ; slightly tested on
macppc.

A similar port was successfuly tested by jolan@ on amd64.

no objection alek@ (maintainer)
ok jolan@ ok jasper@
2009-09-06 07:25:27 +00:00

12 lines
362 B
Plaintext

$OpenBSD: patch-mono_io-layer_sockets_c,v 1.1 2009/09/06 07:25:27 ajacoutot Exp $
--- mono/io-layer/sockets.c.orig Tue Sep 1 14:43:23 2009
+++ mono/io-layer/sockets.c Tue Sep 1 14:43:34 2009
@@ -14,6 +14,7 @@
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <sys/uio.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif