From 5e58e8c78dd44d4d7a5176935a106e1e1d06ce30 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 6 Mar 2006 14:26:17 +0000 Subject: Replace incomplete array definition in prototype to match definition. --- audio/mp3splt/distinfo | 3 ++- audio/mp3splt/patches/patch-ab | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 audio/mp3splt/patches/patch-ab (limited to 'audio/mp3splt') diff --git a/audio/mp3splt/distinfo b/audio/mp3splt/distinfo index f4a15556611..6da8f3ab4e0 100644 --- a/audio/mp3splt/distinfo +++ b/audio/mp3splt/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.6 2005/10/31 15:59:14 tv Exp $ +$NetBSD: distinfo,v 1.7 2006/03/06 14:26:17 joerg Exp $ SHA1 (mp3splt-2.1c-src.tar.gz) = 40962d696c2a687569ab55382600178f5c8fd2b1 RMD160 (mp3splt-2.1c-src.tar.gz) = 857b225ac4645cc43cc0381e5ecfe908d9c01fb9 Size (mp3splt-2.1c-src.tar.gz) = 131810 bytes SHA1 (patch-aa) = f90ac091d136de06b00daee259dcfadd77b68e30 +SHA1 (patch-ab) = 7572d2a026e328f355675b54b258ba262fab1568 diff --git a/audio/mp3splt/patches/patch-ab b/audio/mp3splt/patches/patch-ab new file mode 100644 index 00000000000..c66dd65108c --- /dev/null +++ b/audio/mp3splt/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2006/03/06 14:26:17 joerg Exp $ + +--- splt.h.orig 2006-03-06 15:13:08.000000000 +0100 ++++ splt.h +@@ -93,7 +93,7 @@ char *zero_pad (char *s, char *out, int + + 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