diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-23 01:25:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-02-23 01:25:24 +0000 |
commit | bcfaa731b916b9b89491ed63eeee2824a7f422a4 (patch) | |
tree | b061550c4958d659aeab7bca39f4bbefcd3f3f16 /games-emulation/gngb/files | |
parent | Marking tn5250 ~ppc (diff) | |
download | historical-bcfaa731b916b9b89491ed63eeee2824a7f422a4.tar.gz historical-bcfaa731b916b9b89491ed63eeee2824a7f422a4.tar.bz2 historical-bcfaa731b916b9b89491ed63eeee2824a7f422a4.zip |
version bump (bug #122910) - includes patch for gcc34 submitted by Tupone Alfredo via bug #120143
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'games-emulation/gngb/files')
-rw-r--r-- | games-emulation/gngb/files/digest-gngb-20060204 | 3 | ||||
-rw-r--r-- | games-emulation/gngb/files/gngb-20060204-gcc34.patch | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/games-emulation/gngb/files/digest-gngb-20060204 b/games-emulation/gngb/files/digest-gngb-20060204 new file mode 100644 index 000000000000..0aaea511d897 --- /dev/null +++ b/games-emulation/gngb/files/digest-gngb-20060204 @@ -0,0 +1,3 @@ +MD5 43e1395abf82a787f415d15789782a11 gngb-20060204.tar.gz 178241 +RMD160 14f63d10f8eb25df7feea8106bf0f09f0163a553 gngb-20060204.tar.gz 178241 +SHA256 1b4de58b5d75b0f87b204c2b46569873e6a66f1535a48089c49e595f595220e1 gngb-20060204.tar.gz 178241 diff --git a/games-emulation/gngb/files/gngb-20060204-gcc34.patch b/games-emulation/gngb/files/gngb-20060204-gcc34.patch new file mode 100644 index 000000000000..b1d4840095bd --- /dev/null +++ b/games-emulation/gngb/files/gngb-20060204-gcc34.patch @@ -0,0 +1,11 @@ +--- src/save.c.old 2006-01-24 07:39:30.000000000 +0100 ++++ src/save.c 2006-01-24 07:39:54.000000000 +0100 +@@ -9,6 +9,8 @@ + #define FILENAME_LEN 1024 + static SDL_Surface *savestate_bmp=NULL; + ++void movie_add_pad(Uint8 pad); ++ + void get_filename_ext(char *f,char *ext) { + /* char *a=getenv("HOME");*/ + char buf[8]; |