diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-05-23 20:21:53 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-05-23 20:21:53 +0000 |
commit | 3903aa05fd379432631f9a8c12fef77ecf6c0793 (patch) | |
tree | e0d7aa9ed982522019934ab878a10f37daa3e486 /games-sports/torcs/files | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-3903aa05fd379432631f9a8c12fef77ecf6c0793.tar.gz gentoo-2-3903aa05fd379432631f9a8c12fef77ecf6c0793.tar.bz2 gentoo-2-3903aa05fd379432631f9a8c12fef77ecf6c0793.zip |
Fix for gcc-4.1, bug #132096
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'games-sports/torcs/files')
-rw-r--r-- | games-sports/torcs/files/torcs-1.2.4-gcc41.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-sports/torcs/files/torcs-1.2.4-gcc41.patch b/games-sports/torcs/files/torcs-1.2.4-gcc41.patch new file mode 100644 index 000000000000..35dd039eb9bd --- /dev/null +++ b/games-sports/torcs/files/torcs-1.2.4-gcc41.patch @@ -0,0 +1,11 @@ +--- src/modules/graphic/ssggraph/grscreen.h.old 2006-05-23 20:46:59.000000000 +0200 ++++ src/modules/graphic/ssggraph/grscreen.h 2006-05-23 20:47:14.000000000 +0200 +@@ -78,7 +78,7 @@ + + void update(tSituation *s, float Fps); + +- void cGrScreen::camDraw(tSituation *s); ++ void camDraw(tSituation *s); + + void updateCurrent(tSituation *s); + |