diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-19 23:51:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-19 23:51:27 +0000 |
commit | e02bac6845902e3c7b409d73ad365770babff91e (patch) | |
tree | c85eeeff9b83855c268c80f3611d38059651a3eb /games-strategy/freelords/files/freelords-0.3.7-gcc41.patch | |
parent | Removing old version, since 1.7.0 has more stable archs than 1.5.1 (diff) | |
download | historical-e02bac6845902e3c7b409d73ad365770babff91e.tar.gz historical-e02bac6845902e3c7b409d73ad365770babff91e.tar.bz2 historical-e02bac6845902e3c7b409d73ad365770babff91e.zip |
old
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27.8 i686
Diffstat (limited to 'games-strategy/freelords/files/freelords-0.3.7-gcc41.patch')
-rw-r--r-- | games-strategy/freelords/files/freelords-0.3.7-gcc41.patch | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/games-strategy/freelords/files/freelords-0.3.7-gcc41.patch b/games-strategy/freelords/files/freelords-0.3.7-gcc41.patch deleted file mode 100644 index 4c58255efd1a..000000000000 --- a/games-strategy/freelords/files/freelords-0.3.7-gcc41.patch +++ /dev/null @@ -1,60 +0,0 @@ -diff -N -u -r freelords-0.3.7-old/src/ai_smart.h freelords-0.3.7/src/ai_smart.h ---- freelords-0.3.7-old/src/ai_smart.h 2006-05-16 22:38:32.461522747 +0200 -+++ freelords-0.3.7/src/ai_smart.h 2006-05-16 22:42:53.180077999 +0200 -@@ -106,7 +106,7 @@ - Threat *getBiggestDangerTo(City *city, Threatlist *threats); - - // examine cities to see if we need to change production -- void AI_Smart::examineCities(); -+ void examineCities(); - }; - - #endif // AI_SMART_H -diff -N -u -r freelords-0.3.7-old/src/OptionsDialog.cpp freelords-0.3.7/src/OptionsDialog.cpp ---- freelords-0.3.7-old/src/OptionsDialog.cpp 2006-05-16 22:38:32.921421416 +0200 -+++ freelords-0.3.7/src/OptionsDialog.cpp 2006-05-16 22:46:17.083151544 +0200 -@@ -245,7 +245,7 @@ - d_smooth_scrolling->Hide(); - d_show_next_player->Hide(); - -- unsigned int mode = (unsigned int)item->GetUserData(); -+ unsigned long mode = (unsigned long)item->GetUserData(); - - switch(mode) - { -diff -N -u -r freelords-0.3.7-old/src/path.h freelords-0.3.7/src/path.h ---- freelords-0.3.7-old/src/path.h 2006-05-16 22:38:32.465521866 +0200 -+++ freelords-0.3.7/src/path.h 2006-05-16 22:40:28.655921355 +0200 -@@ -60,7 +60,7 @@ - /* This function is used to verify if the stack can move on the Tile - * of the given destination point - */ -- bool Path::canMoveThere(Stack* s, PG_Point* dest); -+ bool canMoveThere(Stack* s, PG_Point* dest); - - /** Validates an existing path. - * -diff -N -u -r freelords-0.3.7-old/src/scroller.h freelords-0.3.7/src/scroller.h ---- freelords-0.3.7-old/src/scroller.h 2006-05-16 22:38:32.937417892 +0200 -+++ freelords-0.3.7/src/scroller.h 2006-05-16 22:44:24.244013663 +0200 -@@ -39,7 +39,7 @@ - void eventMouseLeave(); - - //! Begin the scroll -- Uint32 Scroller::eventTimer (ID id, Uint32 interval); -+ Uint32 eventTimer (ID id, Uint32 interval); - - Uint32 d_timer; - SmallMap * d_smap; -diff -N -u -r freelords-0.3.7-old/src/tooltip.h freelords-0.3.7/src/tooltip.h ---- freelords-0.3.7-old/src/tooltip.h 2006-05-16 22:38:32.505513055 +0200 -+++ freelords-0.3.7/src/tooltip.h 2006-05-16 22:44:49.426465153 +0200 -@@ -55,7 +55,7 @@ - bool eventMouseMotion(const SDL_MouseMotionEvent* event); - bool eventMouseButtonDown(const SDL_MouseButtonEvent* event); - //! Shows the tooltip after TOOLTIP_WAIT milliseconds -- Uint32 ToolTip::eventTimer (ID id, Uint32 interval); -+ Uint32 eventTimer (ID id, Uint32 interval); - - Uint32 d_timer; - int d_movecounter; |