aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2013-09-26 22:14:43 +0800
committerzeising <zeising@FreeBSD.org>2013-09-26 22:14:43 +0800
commitc7e7fe242bf10d9225a20feead68d480c607ec15 (patch)
tree880878f5bd5685336d17246e44c3badd191cebe4 /net
parentcd1571c852b5eb0a3c04ac30b84919fa18220ff0 (diff)
downloadfreebsd-ports-gnome-c7e7fe242bf10d9225a20feead68d480c607ec15.tar.gz
freebsd-ports-gnome-c7e7fe242bf10d9225a20feead68d480c607ec15.tar.zst
freebsd-ports-gnome-c7e7fe242bf10d9225a20feead68d480c607ec15.zip
Fix build on head with clang and libc++.
Diffstat (limited to 'net')
-rw-r--r--net/ostinato/files/patch-server_bsdport.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ostinato/files/patch-server_bsdport.cpp b/net/ostinato/files/patch-server_bsdport.cpp
new file mode 100644
index 000000000000..831c1ebf6656
--- /dev/null
+++ b/net/ostinato/files/patch-server_bsdport.cpp
@@ -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>