svn commit: r380857 - head/lang/mono/files
Romain Tartière
romain at FreeBSD.org
Mon Mar 9 15:12:27 UTC 2015
Author: romain
Date: Mon Mar 9 15:12:26 2015
New Revision: 380857
URL: https://svnweb.freebsd.org/changeset/ports/380857
QAT: https://qat.redports.org/buildarchive/r380857/
Log:
Fix build on FreeBSD 8.
PR: ports/198404
Reported by: kib
Added:
head/lang/mono/files/patch-mono_metadata_socket-io.c (contents, props changed)
Added: head/lang/mono/files/patch-mono_metadata_socket-io.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/lang/mono/files/patch-mono_metadata_socket-io.c Mon Mar 9 15:12:26 2015 (r380857)
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+Fix build on FreeBSD 8
+https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198404#c6
+
+--- mono/metadata/socket-io.c.orig
++++ mono/metadata/socket-io.c
+@@ -23,6 +23,7 @@
+ #ifdef HOST_WIN32
+ #include <ws2tcpip.h>
+ #else
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <sys/ioctl.h>
+ #include <netinet/in.h>
More information about the svn-ports-all
mailing list