aboutsummaryrefslogtreecommitdiffstats
path: root/devel/flowdesigner
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-04-19 12:05:30 +0800
committerijliao <ijliao@FreeBSD.org>2004-04-19 12:05:30 +0800
commitac5cc0a6e2f65a52b96f45936c0b046f4c50570f (patch)
tree969fa0c540f26b69fbac74b0d61ae8a2132654a7 /devel/flowdesigner
parente4274e8ed3f866f0216df27b39691a74f67bc7bc (diff)
downloadfreebsd-ports-gnome-ac5cc0a6e2f65a52b96f45936c0b046f4c50570f.tar.gz
freebsd-ports-gnome-ac5cc0a6e2f65a52b96f45936c0b046f4c50570f.tar.zst
freebsd-ports-gnome-ac5cc0a6e2f65a52b96f45936c0b046f4c50570f.zip
fix build on -stable
Noticed by: bento via kris
Diffstat (limited to 'devel/flowdesigner')
-rw-r--r--devel/flowdesigner/files/patch-SocketStream.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/flowdesigner/files/patch-SocketStream.h b/devel/flowdesigner/files/patch-SocketStream.h
new file mode 100644
index 000000000000..9ec3486f2d49
--- /dev/null
+++ b/devel/flowdesigner/files/patch-SocketStream.h
@@ -0,0 +1,17 @@
+--- data-flow/include/SocketStream.h.orig Mon Apr 19 11:58:32 2004
++++ data-flow/include/SocketStream.h Mon Apr 19 11:58:51 2004
+@@ -5,13 +5,13 @@
+ //Dominic Letourneau 03/10/2001
+
+ #include <stddef.h>
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include "Object.h"
+ #include "net_types.h"
+ #include <iostream>
+ #include <stdio.h>
+-#include <sys/types.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>
+