aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-01 20:11:20 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-01 20:11:20 +0000
commit193f79a08f4aa101da12cf310c04492125bec515 (patch)
tree3110a3178cc139d65fbd04aaa4219f8e30619019
parent3305c2f2e75a36ea0a4d21798609f2261e777dcc (diff)
downloadports-193f79a08f4aa101da12cf310c04492125bec515.tar.gz
ports-193f79a08f4aa101da12cf310c04492125bec515.zip
games/ultimatestunts: add <unistd.h> for modern compilers
Notes
Notes: svn path=/head/; revision=328989
-rw-r--r--games/ultimatestunts/files/patch-simulation_metaserver.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/ultimatestunts/files/patch-simulation_metaserver.cpp b/games/ultimatestunts/files/patch-simulation_metaserver.cpp
new file mode 100644
index 000000000000..f0e72ceefca0
--- /dev/null
+++ b/games/ultimatestunts/files/patch-simulation_metaserver.cpp
@@ -0,0 +1,10 @@
+--- simulation/metaserver.cpp.orig 2012-08-25 10:07:01.000000000 +0000
++++ simulation/metaserver.cpp
+@@ -16,6 +16,7 @@
+ ***************************************************************************/
+ #include <cstdio>
+ #include <cstdlib>
++#include <unistd.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>