diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-04-03 18:59:18 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-04-03 18:59:18 +0000 |
commit | e26f7bfd589b3cb138fb154f493d9089862bfad1 (patch) | |
tree | 3e21c03222ab1cdb768bd34153c73307c38634f1 /games-rpg/adonthell/files | |
parent | version removed (diff) | |
download | historical-e26f7bfd589b3cb138fb154f493d9089862bfad1.tar.gz historical-e26f7bfd589b3cb138fb154f493d9089862bfad1.tar.bz2 historical-e26f7bfd589b3cb138fb154f493d9089862bfad1.zip |
gcc-4.1 fix, bug #121081
Package-Manager: portage-2.1_pre7-r3
Diffstat (limited to 'games-rpg/adonthell/files')
-rw-r--r-- | games-rpg/adonthell/files/adonthell-0.3.4a-gcc-41.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-rpg/adonthell/files/adonthell-0.3.4a-gcc-41.patch b/games-rpg/adonthell/files/adonthell-0.3.4a-gcc-41.patch new file mode 100644 index 000000000000..bc452058633e --- /dev/null +++ b/games-rpg/adonthell/files/adonthell-0.3.4a-gcc-41.patch @@ -0,0 +1,11 @@ +--- src/drawing_area.h 2005-03-10 19:39:38.000000000 +0100 ++++ src/drawing_area.h.new 2006-01-31 19:46:07.000000000 +0100 +@@ -156,7 +156,7 @@ + * + * @return drawing_area which has the same dimensions and location as r. + */ +- drawing_area& drawing_area::operator = (SDL_Rect& r); ++ drawing_area& operator = (SDL_Rect& r); + #endif + + /** |