summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/wormux/files/wormux-0.5.1-gcc41.patch')
-rw-r--r--games-strategy/wormux/files/wormux-0.5.1-gcc41.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/games-strategy/wormux/files/wormux-0.5.1-gcc41.patch b/games-strategy/wormux/files/wormux-0.5.1-gcc41.patch
new file mode 100644
index 000000000000..5f82f73747a7
--- /dev/null
+++ b/games-strategy/wormux/files/wormux-0.5.1-gcc41.patch
@@ -0,0 +1,12 @@
+--- src/tool/xml_document.h.orig 2006-01-23 20:09:23.000000000 +0100
++++ src/tool/xml_document.h 2006-01-23 20:10:02.000000000 +0100
+@@ -43 +43 @@
+- static bool LitDocXml::LitListeString (const xmlpp::Node *x,
++ static bool LitListeString (const xmlpp::Node *x,
+--- src/map/maps_list.h.orig 2006-01-23 20:10:20.000000000 +0100
++++ src/map/maps_list.h 2006-01-23 20:10:37.000000000 +0100
+@@ -54,2 +54,2 @@
+- CL_Surface &InfoTerrain::LitImgTerrain();
+- CL_Surface &InfoTerrain::LitImgCiel();
++ CL_Surface &LitImgTerrain();
++ CL_Surface &LitImgCiel();