From 65f9fa599ebc3ba6d7073684bd7027292ea305f6 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 16 Dec 2006 12:06:16 +0000 Subject: - Fix build with gcc 4.X PR: ports/106787 Submitted by: Ulrich Spoerlein (maintainer) --- audio/mp3splt/files/patch-splt.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 audio/mp3splt/files/patch-splt.h (limited to 'audio/mp3splt') diff --git a/audio/mp3splt/files/patch-splt.h b/audio/mp3splt/files/patch-splt.h new file mode 100644 index 000000000000..839a74b2cc0d --- /dev/null +++ b/audio/mp3splt/files/patch-splt.h @@ -0,0 +1,11 @@ +--- splt.h.orig Fri Dec 15 19:27:18 2006 ++++ splt.h Fri Dec 15 19:27:40 2006 +@@ -93,7 +93,7 @@ + + char *zero_pad_float (float f, char *out); + +-int parse_outformat(char *s, char format[][], int cddboption); ++int parse_outformat(char *s, char format[OUTNUM][MAXOLEN], int cddboption); + + unsigned char *cleanstring (unsigned char *s); + -- cgit v1.2.3