diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-06-01 10:03:28 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-06-01 10:03:28 +0000 |
commit | 6a863adeb575328253b2ae5d351a54861ba0ec56 (patch) | |
tree | dfd1e2de6607c6119b9af56c38ea54dd2a286135 /games-board/freedoko/files | |
parent | Version bump. (diff) | |
download | gentoo-2-6a863adeb575328253b2ae5d351a54861ba0ec56.tar.gz gentoo-2-6a863adeb575328253b2ae5d351a54861ba0ec56.tar.bz2 gentoo-2-6a863adeb575328253b2ae5d351a54861ba0ec56.zip |
Fix build with gcc-4.5 Bug #322203
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-board/freedoko/files')
-rw-r--r-- | games-board/freedoko/files/freedoko-0.7.8-gcc45.patch | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/games-board/freedoko/files/freedoko-0.7.8-gcc45.patch b/games-board/freedoko/files/freedoko-0.7.8-gcc45.patch new file mode 100644 index 000000000000..fd7f722c77b3 --- /dev/null +++ b/games-board/freedoko/files/freedoko-0.7.8-gcc45.patch @@ -0,0 +1,121 @@ +--- src/game/gameplay_action.cpp.old 2010-06-01 10:50:55.000000000 +0200 ++++ src/game/gameplay_action.cpp 2010-06-01 10:51:23.000000000 +0200 +@@ -268,7 +268,7 @@ + ** + ** @version 0.6.8 + **/ +-GameplayAction::GameplayAction& ++GameplayAction& + GameplayAction::operator=(GameplayAction const& action) + { + this->type = action.type; +--- src/game/gameplay_actions/pure.cpp.old 2010-06-01 10:53:02.000000000 +0200 ++++ src/game/gameplay_actions/pure.cpp 2010-06-01 10:53:54.000000000 +0200 +@@ -90,7 +90,7 @@ + ** + ** @version 0.7.3 + **/ +-GameplayAction::Pure::Pure& ++GameplayAction::Pure& + GameplayAction::Pure::operator=(Pure const& action) + { + this->GameplayAction::operator=(action); +--- src/game/gameplay_actions/player1.cpp.old 2010-06-01 10:55:59.000000000 +0200 ++++ src/game/gameplay_actions/player1.cpp 2010-06-01 10:56:10.000000000 +0200 +@@ -103,7 +103,7 @@ + ** + ** @version 0.7.3 + **/ +-GameplayAction::Player1::Player1& ++GameplayAction::Player1& + GameplayAction::Player1::operator=(Player1 const& action) + { + this->GameplayAction::operator=(action); +--- src/game/gameplay_actions/base_cards.cpp.old 2010-06-01 10:56:47.000000000 +0200 ++++ src/game/gameplay_actions/base_cards.cpp 2010-06-01 10:56:59.000000000 +0200 +@@ -142,7 +142,7 @@ + ** + ** @version 0.7.3 + **/ +-GameplayAction::BaseCards::BaseCards& ++GameplayAction::BaseCards& + GameplayAction::BaseCards::operator=(BaseCards const& poverty_shift) + { + this->Player1::operator=(poverty_shift); +--- src/game/gameplay_actions/reservation.cpp.old 2010-06-01 10:57:46.000000000 +0200 ++++ src/game/gameplay_actions/reservation.cpp 2010-06-01 10:57:59.000000000 +0200 +@@ -110,7 +110,7 @@ + ** + ** @version 0.7.3 + **/ +-GameplayAction::Reservation::Reservation& ++GameplayAction::Reservation& + GameplayAction::Reservation::operator=(Reservation const& reservation) + { + this->Player1::operator=(reservation); +--- src/game/gameplay_actions/marriage.cpp.old 2010-06-01 10:58:29.000000000 +0200 ++++ src/game/gameplay_actions/marriage.cpp 2010-06-01 10:58:43.000000000 +0200 +@@ -121,7 +121,7 @@ + ** + ** @version 0.7.1 + **/ +-GameplayAction::Marriage::Marriage& ++GameplayAction::Marriage& + GameplayAction::Marriage::operator=(Marriage const& marriage) + { + this->Player1::operator=(marriage); +--- src/game/gameplay_actions/genscher.cpp.old 2010-06-01 10:59:12.000000000 +0200 ++++ src/game/gameplay_actions/genscher.cpp 2010-06-01 10:59:22.000000000 +0200 +@@ -120,7 +120,7 @@ + ** + ** @version 0.7.1 + **/ +-GameplayAction::Genscher::Genscher& ++GameplayAction::Genscher& + GameplayAction::Genscher::operator=(Genscher const& genscher) + { + this->Player1::operator=(genscher); +--- src/game/gameplay_actions/announcement.cpp.old 2010-06-01 10:59:46.000000000 +0200 ++++ src/game/gameplay_actions/announcement.cpp 2010-06-01 10:59:58.000000000 +0200 +@@ -132,7 +132,7 @@ + ** + ** @version 0.7.1 + **/ +-GameplayAction::Announcement::Announcement& ++GameplayAction::Announcement& + GameplayAction::Announcement::operator=(Announcement const& announcement) + { + this->Player1::operator=(announcement); +--- src/game/gameplay_actions/card_played.cpp.old 2010-06-01 11:00:28.000000000 +0200 ++++ src/game/gameplay_actions/card_played.cpp 2010-06-01 11:00:40.000000000 +0200 +@@ -178,7 +178,7 @@ + ** + ** @version 0.7.3 + **/ +-GameplayAction::CardPlayed::CardPlayed& ++GameplayAction::CardPlayed& + GameplayAction::CardPlayed::operator=(CardPlayed const& card_played) + { + this->Player1::operator=(card_played); +--- src/game/gameplay_actions/trick_full.cpp.old 2010-06-01 11:01:10.000000000 +0200 ++++ src/game/gameplay_actions/trick_full.cpp 2010-06-01 11:01:20.000000000 +0200 +@@ -224,7 +224,7 @@ + ** + ** @version 0.7.1 + **/ +-GameplayAction::TrickFull::TrickFull& ++GameplayAction::TrickFull& + GameplayAction::TrickFull::operator=(TrickFull const& trick_full) + { + this->GameplayAction::operator=(trick_full); +--- src/game/gameplay_actions/check.cpp.old 2010-06-01 11:01:56.000000000 +0200 ++++ src/game/gameplay_actions/check.cpp 2010-06-01 11:02:07.000000000 +0200 +@@ -104,7 +104,7 @@ + ** + ** @version 0.7.6 + **/ +-GameplayAction::Check::Check& ++GameplayAction::Check& + GameplayAction::Check::operator=(Check const& action) + { + this->Pure::operator=(action); |