diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-05-19 20:33:13 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-05-19 20:33:13 +0000 |
commit | 46b2af9eaf163972372d6608825819df560166c6 (patch) | |
tree | 717605caa76757b3dc2f9c145e5c39db39141b04 /games-puzzle/mirrormagic/files | |
parent | Bump xvid dependency as per bug #133306 thanks to Michael Mauch. (diff) | |
download | gentoo-2-46b2af9eaf163972372d6608825819df560166c6.tar.gz gentoo-2-46b2af9eaf163972372d6608825819df560166c6.tar.bz2 gentoo-2-46b2af9eaf163972372d6608825819df560166c6.zip |
Fix for gcc-4.1
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'games-puzzle/mirrormagic/files')
-rw-r--r-- | games-puzzle/mirrormagic/files/mirrormagic-2.0.2-gcc41.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-gcc41.patch b/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-gcc41.patch new file mode 100644 index 000000000000..316aa3b2946a --- /dev/null +++ b/games-puzzle/mirrormagic/files/mirrormagic-2.0.2-gcc41.patch @@ -0,0 +1,10 @@ +--- src/main.h.old 2006-05-19 22:24:24.000000000 +0200 ++++ src/main.h 2006-05-19 22:25:57.000000000 +0200 +@@ -459,7 +459,6 @@ + #endif + extern struct HiScore highscore[]; + extern struct TapeInfo tape; +-extern struct JoystickInfo joystick[]; + extern struct SetupInfo setup; + extern struct GameInfo game; + extern struct LaserInfo laser; |