diff options
author | arved <arved@FreeBSD.org> | 2004-08-21 05:20:50 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-21 05:20:50 +0800 |
commit | 291de90dfbdaffc74322c09e8cc0fd6b6b8fd27b (patch) | |
tree | 7a4b781392990451b84072d2b20969ef0cc5d1b7 /games/qgo | |
parent | b876e54c61894a325d15c8c9e338145e7b043e6d (diff) | |
download | freebsd-ports-gnome-291de90dfbdaffc74322c09e8cc0fd6b6b8fd27b.tar.gz freebsd-ports-gnome-291de90dfbdaffc74322c09e8cc0fd6b6b8fd27b.tar.zst freebsd-ports-gnome-291de90dfbdaffc74322c09e8cc0fd6b6b8fd27b.zip |
Fix build with gcc 3.4
Diffstat (limited to 'games/qgo')
-rw-r--r-- | games/qgo/files/patch-qgo::src::wavfile.c | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/games/qgo/files/patch-qgo::src::wavfile.c b/games/qgo/files/patch-qgo::src::wavfile.c index 68693e1b60da..958abb399585 100644 --- a/games/qgo/files/patch-qgo::src::wavfile.c +++ b/games/qgo/files/patch-qgo::src::wavfile.c @@ -1,5 +1,5 @@ ---- qgo/src/wavfile.c.orig Tue Jun 24 06:57:08 2003 -+++ qgo/src/wavfile.c Mon Nov 3 00:49:30 2003 +--- qgo/src/wavfile.c.orig Mon Jun 23 23:57:08 2003 ++++ qgo/src/wavfile.c Fri Aug 20 23:10:57 2004 @@ -53,7 +53,6 @@ #include <unistd.h> #include <errno.h> @@ -17,3 +17,12 @@ // stop +@@ -133,7 +132,7 @@ + //static ErrFunc _v_erf; /* This module's error reporting function */ + static char emsg[2048]; + +- ++static void _v_erf(const char *format,va_list ap); + + /* + * Error reporting function for this source module: |