freebsd-ports/games/battletanks/files/patch-engine_net_monitor.cpp
Max Brazhnikov 9fa5913798 - Update to 0.9.8083
- Lua dependency is mandatory since 0.9
- SMPEG dependency added
- GCC 4.3+ dependency added because of a compiler bug in
gcc 4.2 from base with smpeg/MPEGfilter.h
- SSE disabled because of a build failure

PR:		ports/143072
Submitted by:	Bernhard Froehlich <decke at bluelife.at>
Approved by:	maintainer timeout (danfe@, three months)
2010-04-25 11:01:44 +00:00

10 lines
343 B
C++

--- ./engine/net/monitor.cpp.orig 2009-10-12 12:34:31.000000000 +0400
+++ ./engine/net/monitor.cpp 2010-04-25 13:10:45.059278180 +0400
@@ -47,6 +47,7 @@
#else
# include <sys/socket.h>
# include <netinet/in.h>
+# include <netinet/in_systm.h>
# include <netinet/ip.h> /* superset of previous */
# include <arpa/inet.h>
# include <netdb.h>