diff options
author | 2006-02-26 06:17:59 +0000 | |
---|---|---|
committer | 2006-02-26 06:17:59 +0000 | |
commit | 95d6572bb275239bdbd667d17b249d3a048f1497 (patch) | |
tree | c2ae1427dfe1417a6bb69c550d43f0b242b8f927 /games-strategy/wormux/files | |
parent | Marked stable on mips. (diff) | |
download | historical-95d6572bb275239bdbd667d17b249d3a048f1497.tar.gz historical-95d6572bb275239bdbd667d17b249d3a048f1497.tar.bz2 historical-95d6572bb275239bdbd667d17b249d3a048f1497.zip |
Add patch to fix compilation with gcc-4.1 by Konrad Campowsky <frollen AT cs DOT tu-berlin DOT de>; bug #120078
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'games-strategy/wormux/files')
-rw-r--r-- | games-strategy/wormux/files/wormux-0.5.1-gcc41.patch | 12 |
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(); |