freebsd-ports/games/wesnoth-devel/files/patch-src::help.cpp
Jeremy Messenger e234ed1965 - Update to 0.8.7.
- Add an offical url of distfiles in case when sourceforge.net is down or
  having the problem with mirror.
- Remove SDL_ttf dependency, they imported SDL_ttf into this tarball. They
  said that they fixed memory corruption errors on font rendering in their
  imported SDL_ttf. I guess, I will let Wesnoth to use own SDL_ttf for now.
2004-11-02 06:34:03 +00:00

11 lines
257 B
C++

--- src/help.cpp.orig Mon Nov 1 22:25:36 2004
+++ src/help.cpp Mon Nov 1 22:25:48 2004
@@ -31,7 +31,7 @@
#include <algorithm>
#include <iostream>
#include <list>
-#include <locale>
+#include <locale.h>
#include <map>
#include <queue>
#include <set>