diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2006-04-24 15:13:58 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2006-04-24 15:13:58 +0000 |
commit | ad04735e4d1014b2eb2419bf2d27fe96a65ec678 (patch) | |
tree | 96f2fcc6f49f41a94d927a0a1a4e4ba9df574d58 /games-arcade/sdl-sopwith/files | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | historical-ad04735e4d1014b2eb2419bf2d27fe96a65ec678.tar.gz historical-ad04735e4d1014b2eb2419bf2d27fe96a65ec678.tar.bz2 historical-ad04735e4d1014b2eb2419bf2d27fe96a65ec678.zip |
Fix for gcc-4.1
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'games-arcade/sdl-sopwith/files')
-rw-r--r-- | games-arcade/sdl-sopwith/files/digest-sdl-sopwith-1.7.1 | 2 | ||||
-rw-r--r-- | games-arcade/sdl-sopwith/files/sdl-sopwith-1.7.1-gcc41.patch | 20 |
2 files changed, 22 insertions, 0 deletions
diff --git a/games-arcade/sdl-sopwith/files/digest-sdl-sopwith-1.7.1 b/games-arcade/sdl-sopwith/files/digest-sdl-sopwith-1.7.1 index 7dbbdded81e6..473208c05941 100644 --- a/games-arcade/sdl-sopwith/files/digest-sdl-sopwith-1.7.1 +++ b/games-arcade/sdl-sopwith/files/digest-sdl-sopwith-1.7.1 @@ -1 +1,3 @@ MD5 bc66c80c83b14d48b60ba263403dba9a sdl_sopwith-1.7.1.tar.gz 176774 +RMD160 7c55da41e7e160b4a84e5235974ecf0d48d1010a sdl_sopwith-1.7.1.tar.gz 176774 +SHA256 b0beaa54d3a9e8c4f8e15d9ec5ca92e377859721d1db45be44f6aa03e2e06848 sdl_sopwith-1.7.1.tar.gz 176774 diff --git a/games-arcade/sdl-sopwith/files/sdl-sopwith-1.7.1-gcc41.patch b/games-arcade/sdl-sopwith/files/sdl-sopwith-1.7.1-gcc41.patch new file mode 100644 index 000000000000..432f1fad7d15 --- /dev/null +++ b/games-arcade/sdl-sopwith/files/sdl-sopwith-1.7.1-gcc41.patch @@ -0,0 +1,20 @@ +--- src/swmain.h.old 2006-04-24 17:00:39.000000000 +0200 ++++ src/swmain.h 2006-04-24 17:00:52.000000000 +0200 +@@ -46,7 +46,6 @@ + extern int targrnge; + extern BOOL hires; + extern BOOL disppos; +-extern BOOL titleflg; + extern int dispdbg; + extern BOOL soundflg; + extern BOOL repflag; +--- src/swtitle.h.old 2006-04-24 17:04:49.000000000 +0200 ++++ src/swtitle.h 2006-04-24 17:05:09.000000000 +0200 +@@ -30,6 +30,7 @@ + extern int getgame(); + extern void swtitln(); + extern void swtitlf(); ++extern BOOL titleflg; + + #endif + |