summaryrefslogtreecommitdiff
path: root/net/libsocketcpp/files
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-14 21:09:27 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-14 21:09:27 +0000
commite89e1e4f3d88a5effec68f8115bba30af52533b0 (patch)
tree34bbdf701d24de53a66912c84b4580f3e2ae28c9 /net/libsocketcpp/files
parentMark net/ntp forbidden. (diff)
- Fix build with clang
- Add LICENSE PR: ports/185697 Submitted by: KATO Tsuguru
Notes
Notes: svn path=/head/; revision=339718
Diffstat (limited to 'net/libsocketcpp/files')
-rw-r--r--net/libsocketcpp/files/patch-src::tcpservertest.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/libsocketcpp/files/patch-src::tcpservertest.cpp b/net/libsocketcpp/files/patch-src::tcpservertest.cpp
index 16f672f4dd4a..2dcdfc1a999a 100644
--- a/net/libsocketcpp/files/patch-src::tcpservertest.cpp
+++ b/net/libsocketcpp/files/patch-src::tcpservertest.cpp
@@ -1,5 +1,14 @@
--- src/tcpservertest.cpp.orig 2012-12-03 14:28:35.000000000 +0100
+++ src/tcpservertest.cpp 2012-12-03 14:28:46.000000000 +0100
+@@ -22,7 +22,7 @@
+
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <iostream.h>
++#include <iostream>
+ #include <unistd.h>
+ #include <sys/wait.h>
+ #include <sys/types.h>
@@ -30,6 +30,7 @@
#include "tcpsocket.h"