CVSROOT: /cvs Module name: ports Changes by: [email protected] 2010/07/21 10:21:54
Modified files:
games/wesnoth : Makefile
Added files:
games/wesnoth/patches: patch-src_network_hpp
Log message:
Make sure netinet/in.h and friends are included before SDL_net.h to
avoid redefining INADDR_ANY/NONE/BROADCAST in SDL_net.h.
This allows it to build with -Wsystem-headers.
