diff options
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 + + /** |