summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2006-05-19 20:33:13 +0000
committerAlfredo Tupone <tupone@gentoo.org>2006-05-19 20:33:13 +0000
commit9f9865f8f63c461fbc25afad3cc0daf129083c34 (patch)
tree49c380a1d6a075f526a3d249dbba4dd8e65794b0 /games-puzzle/mirrormagic/files
parentBump xvid dependency as per bug #133306 thanks to Michael Mauch. (diff)
downloadhistorical-9f9865f8f63c461fbc25afad3cc0daf129083c34.tar.gz
historical-9f9865f8f63c461fbc25afad3cc0daf129083c34.tar.bz2
historical-9f9865f8f63c461fbc25afad3cc0daf129083c34.zip
Fix for gcc-4.1
Package-Manager: portage-2.1_rc1-r2
Diffstat (limited to 'games-puzzle/mirrormagic/files')
-rw-r--r--games-puzzle/mirrormagic/files/mirrormagic-2.0.2-gcc41.patch10
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;