diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-05 15:28:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-05 15:28:50 +0000 |
commit | 2e2f54299e1a7e235ca3d37a72cc687e49d21ef1 (patch) | |
tree | d11af24080b0d65f9c4f3f5d10c9a2c6cfd438f5 /games-board/qgo/files | |
parent | Keyworded ~sparc (diff) | |
download | gentoo-2-2e2f54299e1a7e235ca3d37a72cc687e49d21ef1.tar.gz gentoo-2-2e2f54299e1a7e235ca3d37a72cc687e49d21ef1.tar.bz2 gentoo-2-2e2f54299e1a7e235ca3d37a72cc687e49d21ef1.zip |
version bump
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-board/qgo/files')
-rw-r--r-- | games-board/qgo/files/1.0.2-gcc.patch | 24 | ||||
-rw-r--r-- | games-board/qgo/files/digest-qgo-1.0.2 | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/games-board/qgo/files/1.0.2-gcc.patch b/games-board/qgo/files/1.0.2-gcc.patch new file mode 100644 index 000000000000..0d113732b156 --- /dev/null +++ b/games-board/qgo/files/1.0.2-gcc.patch @@ -0,0 +1,24 @@ +--- qgo-0.2/qgo/src/wavfile.c.orig 2004-06-08 09:20:12.783379736 -0400 ++++ qgo-0.2/qgo/src/wavfile.c 2004-06-08 09:20:25.304476240 -0400 +@@ -134,6 +134,10 @@ + static char emsg[2048]; + + ++static void ++_v_erf(const char *format,va_list ap) { ++ vsprintf(emsg,format,ap); /* Capture message into emsg[] */ ++} + + /* + * Error reporting function for this source module: +@@ -150,10 +154,6 @@ + } + + +-static void +-_v_erf(const char *format,va_list ap) { +- vsprintf(emsg,format,ap); /* Capture message into emsg[] */ +-} + + + diff --git a/games-board/qgo/files/digest-qgo-1.0.2 b/games-board/qgo/files/digest-qgo-1.0.2 new file mode 100644 index 000000000000..fc084bb3a8f7 --- /dev/null +++ b/games-board/qgo/files/digest-qgo-1.0.2 @@ -0,0 +1 @@ +MD5 c202a232d1902a902683c421f0177b8c qgo-1.0.2.tar.gz 1774935 |