diff options
author | 2004-07-05 20:54:12 +0000 | |
---|---|---|
committer | 2004-07-05 20:54:12 +0000 | |
commit | 289ff56207d3c1d31b3d5f14a806ceea2040cb58 (patch) | |
tree | 9a4da59bf822ec6456f8ad6835668a896bca337f /games-board/qgo/files | |
parent | fix typo: !use -> ! use (diff) | |
download | historical-289ff56207d3c1d31b3d5f14a806ceea2040cb58.tar.gz historical-289ff56207d3c1d31b3d5f14a806ceea2040cb58.tar.bz2 historical-289ff56207d3c1d31b3d5f14a806ceea2040cb58.zip |
version bump
Diffstat (limited to 'games-board/qgo/files')
-rw-r--r-- | games-board/qgo/files/0.2.1-gcc.patch | 24 | ||||
-rw-r--r-- | games-board/qgo/files/digest-qgo-0.2.1 | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/games-board/qgo/files/0.2.1-gcc.patch b/games-board/qgo/files/0.2.1-gcc.patch new file mode 100644 index 000000000000..0d113732b156 --- /dev/null +++ b/games-board/qgo/files/0.2.1-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-0.2.1 b/games-board/qgo/files/digest-qgo-0.2.1 new file mode 100644 index 000000000000..d919f17918aa --- /dev/null +++ b/games-board/qgo/files/digest-qgo-0.2.1 @@ -0,0 +1 @@ +MD5 39b6fbadb2f728257df78a5893613775 qgo-0.2.1.tar.gz 1781760 |