aboutsummaryrefslogtreecommitdiff
path: root/games/eboard/files
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-03-25 23:42:21 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-03-25 23:42:21 +0000
commit5307d2e296e6cee0e34fc1328285665345f2dc43 (patch)
tree331956bd3d167496a052e46cfadc84411a5276b3 /games/eboard/files
parent32e894b4a742a5c3a05382f9c9288c450f34cf0e (diff)
downloadports-5307d2e296e6cee0e34fc1328285665345f2dc43.tar.gz
ports-5307d2e296e6cee0e34fc1328285665345f2dc43.zip
Notes
Diffstat (limited to 'games/eboard/files')
-rw-r--r--games/eboard/files/patch-network.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/eboard/files/patch-network.cc b/games/eboard/files/patch-network.cc
new file mode 100644
index 000000000000..dbb37f87328f
--- /dev/null
+++ b/games/eboard/files/patch-network.cc
@@ -0,0 +1,10 @@
+--- network.cc.orig Mon Mar 25 10:19:21 2002
++++ network.cc Mon Mar 25 10:19:52 2002
+@@ -26,6 +26,7 @@
+
+
+ #include <iostream.h>
++#include <arpa/inet.h>
+ #include <sys/time.h>
+ #include <sys/types.h>
+ #include <sys/wait.h>