summaryrefslogtreecommitdiff
path: root/games/wesnoth-devel/files/patch-src::help.cpp
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-10-11 22:42:04 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-10-11 22:42:04 +0000
commit6f7b0b41245cee3ed8bf10b191055307eb987afc (patch)
treecb42820cf7ff1b46e5e47d875c1eb09f0b31661a /games/wesnoth-devel/files/patch-src::help.cpp
parentUpdate to 1.4.0. (diff)
-Update to 0.8.5.
-Add a new knob, WITH_CAMPAIGN (a new campaign server). -GCC 3.4 is now required, any patch(es) to remove USE_GCC=3.4 is welcome. -files/patch-configure was created by Ulrich Spoerlein <q@uni.de>. [1] PR: ports/71111 [1] Submitted by: Ulrich Spoerlein <q@uni.de>
Notes
Notes: svn path=/head/; revision=118642
Diffstat (limited to 'games/wesnoth-devel/files/patch-src::help.cpp')
-rw-r--r--games/wesnoth-devel/files/patch-src::help.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/wesnoth-devel/files/patch-src::help.cpp b/games/wesnoth-devel/files/patch-src::help.cpp
index a383d415a4e9..836c0540340d 100644
--- a/games/wesnoth-devel/files/patch-src::help.cpp
+++ b/games/wesnoth-devel/files/patch-src::help.cpp
@@ -1,10 +1,11 @@
---- src/help.cpp.orig Sat Jul 3 20:44:17 2004
-+++ src/help.cpp Sat Jul 3 20:44:25 2004
-@@ -27,7 +27,6 @@
+--- src/help.cpp.orig Tue Oct 5 23:47:06 2004
++++ src/help.cpp Tue Oct 5 23:47:19 2004
+@@ -29,7 +29,7 @@
#include <cassert>
#include <algorithm>
#include <iostream>
-#include <locale>
++#include <locale.h>
#include <queue>
#include <set>
#include <stack>