svn commit: r328364 - head/net/ostinato/files

Niclas Zeising zeising at FreeBSD.org
Thu Sep 26 14:14:44 UTC 2013


Author: zeising
Date: Thu Sep 26 14:14:43 2013
New Revision: 328364
URL: http://svnweb.freebsd.org/changeset/ports/328364

Log:
  Fix build on head with clang and libc++.

Added:
  head/net/ostinato/files/
  head/net/ostinato/files/patch-server_bsdport.cpp   (contents, props changed)

Added: head/net/ostinato/files/patch-server_bsdport.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/ostinato/files/patch-server_bsdport.cpp	Thu Sep 26 14:14:43 2013	(r328364)
@@ -0,0 +1,10 @@
+--- server/bsdport.cpp.orig	2013-09-26 14:38:39.469745242 +0200
++++ server/bsdport.cpp	2013-09-26 14:39:17.060742773 +0200
+@@ -26,6 +26,7 @@
+ #include <QTime>
+ 
+ #include <errno.h>
++#include <unistd.h>
+ #include <sys/ioctl.h>
+ #include <sys/socket.h>
+ #include <sys/stat.h>


More information about the svn-ports-all mailing list