summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2006-04-03 18:59:18 +0000
committerAlfredo Tupone <tupone@gentoo.org>2006-04-03 18:59:18 +0000
commit4b0103dc72f6d551e5315e1bb7a0b50e216ae8bc (patch)
treea0b1097108fc3441f5ba9f187d4d59e0ee2ff180 /games-rpg/adonthell/files
parentversion removed (diff)
downloadgentoo-2-4b0103dc72f6d551e5315e1bb7a0b50e216ae8bc.tar.gz
gentoo-2-4b0103dc72f6d551e5315e1bb7a0b50e216ae8bc.tar.bz2
gentoo-2-4b0103dc72f6d551e5315e1bb7a0b50e216ae8bc.zip
gcc-4.1 fix, bug #121081
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'games-rpg/adonthell/files')
-rw-r--r--games-rpg/adonthell/files/adonthell-0.3.4a-gcc-41.patch11
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
+
+ /**