freebsd-ports/games/battletanks/files/patch-engine_net_scanner.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
330 B
C++

--- ./engine/net/scanner.cpp.orig 2009-12-25 16:40:23.000000000 +0300
+++ ./engine/net/scanner.cpp 2010-04-25 13:10:51.760938402 +0400
@@ -15,6 +15,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>
#endif